Home
last modified time | relevance | path

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

/PHP-7.4/ext/openssl/
H A Dopenssl.c862 zval * val, int public_key, char *passphrase, size_t passphrase_len,
3841 passphrase_len = Z_STRLEN_P(zphrase); in php_openssl_evp_from_zval()
3849 passphrase_len = Z_STRLEN(tmp); in php_openssl_evp_from_zval()
3956 password.len = passphrase_len; in php_openssl_evp_from_zval()
4595 size_t passphrase_len = 0; in PHP_FUNCTION() local
4609 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(passphrase_len, passphrase); in PHP_FUNCTION()
4645 (unsigned char *)passphrase, (int)passphrase_len, NULL, NULL); in PHP_FUNCTION()
4682 char * passphrase = NULL; size_t passphrase_len = 0; in PHP_FUNCTION() local
4694 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(passphrase_len, passphrase); in PHP_FUNCTION()
4800 size_t passphrase_len = sizeof("")-1; in PHP_FUNCTION() local
[all …]

Completed in 21 milliseconds