Home
last modified time | relevance | path

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

/PHP-8.3/ext/openssl/
H A Dopenssl.c3557 passphrase_len = Z_STRLEN_P(zphrase); in php_openssl_pkey_from_zval()
3565 passphrase_len = Z_STRLEN(tmp); in php_openssl_pkey_from_zval()
3658 password.len = passphrase_len; in php_openssl_pkey_from_zval()
4715 size_t passphrase_len = 0; in PHP_FUNCTION() local
4728 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(passphrase_len, passphrase, 3); in PHP_FUNCTION()
4763 (unsigned char *)passphrase, (int)passphrase_len, NULL, NULL); in PHP_FUNCTION()
4785 char * passphrase = NULL; size_t passphrase_len = 0; in PHP_FUNCTION() local
4796 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(passphrase_len, passphrase, 3); in PHP_FUNCTION()
4823 (unsigned char *)passphrase, (int)passphrase_len, NULL, NULL); in PHP_FUNCTION()
4879 size_t passphrase_len = sizeof("")-1; in PHP_FUNCTION() local
[all …]

Completed in 24 milliseconds