Searched refs:php_openssl_cipher_iv_length (Results 1 – 2 of 2) sorted by relevance
126 PHP_OPENSSL_API zend_long php_openssl_cipher_iv_length(const char *method);
8085 PHP_OPENSSL_API zend_long php_openssl_cipher_iv_length(const char *method) function8107 if ((ret = php_openssl_cipher_iv_length(ZSTR_VAL(method))) == -1) {
Completed in 25 milliseconds