Home
last modified time | relevance | path

Searched refs:passphrase_len (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/openssl/
H A Dopenssl.c3630 passphrase_len = Z_STRLEN_P(zphrase); in php_openssl_pkey_from_zval()
3639 passphrase_len = Z_STRLEN(tmp); in php_openssl_pkey_from_zval()
3736 password.len = passphrase_len; in php_openssl_pkey_from_zval()
4897 size_t passphrase_len = 0; in PHP_FUNCTION() local
4910 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(passphrase_len, passphrase, 3); in PHP_FUNCTION()
4945 (unsigned char *)passphrase, (int)passphrase_len, NULL, NULL); in PHP_FUNCTION()
4968 char * passphrase = NULL; size_t passphrase_len = 0; in PHP_FUNCTION() local
4979 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(passphrase_len, passphrase, 3); in PHP_FUNCTION()
5006 (unsigned char *)passphrase, (int)passphrase_len, NULL, NULL); in PHP_FUNCTION()
5062 size_t passphrase_len = sizeof("")-1; in PHP_FUNCTION() local
[all …]

Completed in 31 milliseconds