Home
last modified time | relevance | path

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

/PHP-8.1/ext/openssl/
H A Dopenssl.c3631 passphrase_len = Z_STRLEN_P(zphrase); in php_openssl_pkey_from_zval()
3639 passphrase_len = Z_STRLEN(tmp); in php_openssl_pkey_from_zval()
3730 password.len = passphrase_len; in php_openssl_pkey_from_zval()
4641 size_t passphrase_len = 0; in PHP_FUNCTION() local
4654 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(passphrase_len, passphrase, 3); in PHP_FUNCTION()
4689 (unsigned char *)passphrase, (int)passphrase_len, NULL, NULL); in PHP_FUNCTION()
4711 char * passphrase = NULL; size_t passphrase_len = 0; in PHP_FUNCTION() local
4722 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(passphrase_len, passphrase, 3); in PHP_FUNCTION()
4749 (unsigned char *)passphrase, (int)passphrase_len, NULL, NULL); in PHP_FUNCTION()
4805 size_t passphrase_len = sizeof("")-1; in PHP_FUNCTION() local
[all …]

Completed in 24 milliseconds