Home
last modified time | relevance | path

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

/PHP-5.5/ext/openssl/
H A Dopenssl.c2799 zval ** zphrase; in php_openssl_evp_from_zval() local
2803 if (zend_hash_index_find(HASH_OF(*val), 1, (void **)&zphrase) == FAILURE) { in php_openssl_evp_from_zval()
2808 if (Z_TYPE_PP(zphrase) == IS_STRING) { in php_openssl_evp_from_zval()
2809 passphrase = Z_STRVAL_PP(zphrase); in php_openssl_evp_from_zval()
2811 tmp = **zphrase; in php_openssl_evp_from_zval()

Completed in 15 milliseconds