Home
last modified time | relevance | path

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

/PHP-5.6/ext/openssl/
H A Dopenssl.c3264 zval ** zphrase; in php_openssl_evp_from_zval() local
3268 if (zend_hash_index_find(HASH_OF(*val), 1, (void **)&zphrase) == FAILURE) { in php_openssl_evp_from_zval()
3273 if (Z_TYPE_PP(zphrase) == IS_STRING) { in php_openssl_evp_from_zval()
3274 passphrase = Z_STRVAL_PP(zphrase); in php_openssl_evp_from_zval()
3276 tmp = **zphrase; in php_openssl_evp_from_zval()

Completed in 29 milliseconds