Searched refs:zp12_len (Results 1 – 1 of 1) sorted by relevance
/PHP-8.1/ext/openssl/ |
H A D | openssl.c | 2840 size_t pass_len, zp12_len; in PHP_FUNCTION() local 2848 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "szs", &zp12, &zp12_len, &zout, &pass, &pass_len) == FA… in PHP_FUNCTION() 2854 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(zp12_len, pkcs12, 1); in PHP_FUNCTION() 2858 if (0 >= BIO_write(bio_in, zp12, (int)zp12_len)) { in PHP_FUNCTION()
|
Completed in 34 milliseconds