Home
last modified time | relevance | path

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

/PHP-7.1/ext/openssl/
H A Dopenssl.c3709 zval * zphrase; in php_openssl_evp_from_zval() local
3713 if ((zphrase = zend_hash_index_find(Z_ARRVAL_P(val), 1)) == NULL) { in php_openssl_evp_from_zval()
3718 if (Z_TYPE_P(zphrase) == IS_STRING) { in php_openssl_evp_from_zval()
3719 passphrase = Z_STRVAL_P(zphrase); in php_openssl_evp_from_zval()
3720 passphrase_len = Z_STRLEN_P(zphrase); in php_openssl_evp_from_zval()
3722 ZVAL_COPY(&tmp, zphrase); in php_openssl_evp_from_zval()

Completed in 19 milliseconds