Home
last modified time | relevance | path

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

/PHP-7.3/ext/openssl/
H A Dopenssl.c3754 zval * zphrase; in php_openssl_evp_from_zval() local
3758 if ((zphrase = zend_hash_index_find(Z_ARRVAL_P(val), 1)) == NULL) { in php_openssl_evp_from_zval()
3763 if (Z_TYPE_P(zphrase) == IS_STRING) { in php_openssl_evp_from_zval()
3764 passphrase = Z_STRVAL_P(zphrase); in php_openssl_evp_from_zval()
3765 passphrase_len = Z_STRLEN_P(zphrase); in php_openssl_evp_from_zval()
3767 ZVAL_COPY(&tmp, zphrase); in php_openssl_evp_from_zval()

Completed in 20 milliseconds