Home
last modified time | relevance | path

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

/PHP-7.2/ext/openssl/
H A Dopenssl.c829 zval * val, int public_key, char *passphrase, size_t passphrase_len,
3759 passphrase_len = Z_STRLEN_P(zphrase); in php_openssl_evp_from_zval()
3764 passphrase_len = Z_STRLEN(tmp); in php_openssl_evp_from_zval()
3869 password.len = passphrase_len; in php_openssl_evp_from_zval()
4509 size_t passphrase_len = 0; in PHP_FUNCTION() local
4523 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(passphrase_len, passphrase); in PHP_FUNCTION()
4559 (unsigned char *)passphrase, (int)passphrase_len, NULL, NULL); in PHP_FUNCTION()
4596 char * passphrase = NULL; size_t passphrase_len = 0; in PHP_FUNCTION() local
4608 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(passphrase_len, passphrase); in PHP_FUNCTION()
4716 size_t passphrase_len = sizeof("")-1; in PHP_FUNCTION() local
[all …]

Completed in 18 milliseconds