Searched refs:passphrase_len (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/openssl/ |
H A D | openssl.c | 3641 passphrase_len = Z_STRLEN_P(zphrase); in php_openssl_pkey_from_zval() 3649 passphrase_len = Z_STRLEN(tmp); in php_openssl_pkey_from_zval() 3741 password.len = passphrase_len; in php_openssl_pkey_from_zval() 4391 size_t passphrase_len = 0; in PHP_FUNCTION() local 4404 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(passphrase_len, passphrase, 3); in PHP_FUNCTION() 4442 (unsigned char *)passphrase, (int)passphrase_len, NULL, NULL); in PHP_FUNCTION() 4448 (unsigned char *)passphrase, (int)passphrase_len, NULL, NULL); in PHP_FUNCTION() 4473 char * passphrase = NULL; size_t passphrase_len = 0; in PHP_FUNCTION() local 4484 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(passphrase_len, passphrase, 3); in PHP_FUNCTION() 4582 size_t passphrase_len = sizeof("")-1; in PHP_FUNCTION() local [all …]
|
Completed in 20 milliseconds