Home
last modified time | relevance | path

Searched defs:aad_len (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/openssl/
H A Dopenssl.c6670 char *aad, size_t aad_len, int enc) /* {{{ */ in php_openssl_cipher_update()
6709 …end_long options, char *iv, size_t iv_len, zval *tag, zend_long tag_len, char *aad, size_t aad_len) in php_openssl_encrypt()
6799 size_t data_len, method_len, password_len, iv_len = 0, aad_len = 0; in PHP_FUNCTION() local
6816 …end_long options, char *iv, size_t iv_len, char *tag, zend_long tag_len, char *aad, size_t aad_len) in php_openssl_decrypt()
6894 size_t data_len, method_len, password_len, iv_len = 0, tag_len = 0, aad_len = 0; in PHP_FUNCTION() local

Completed in 31 milliseconds