Searched defs:aad (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/ext/openssl/ |
H A D | openssl.stub.php | 201 …, string $passphrase, int $options = 0, string $iv = "", &$tag = null, string $aad = "", int $tag_… 203 …ring $passphrase, int $options = 0, string $iv = "", string $tag = "", string $aad = ""): string|f…
|
H A D | openssl.c | 7155 const char *aad, size_t aad_len, int enc) /* {{{ */ in php_openssl_cipher_update() 7201 const char *aad, size_t aad_len) in php_openssl_encrypt() 7289 char *data, *method, *password, *iv = "", *aad = ""; in PHP_FUNCTION() local 7314 const char *aad, size_t aad_len) in php_openssl_decrypt() 7390 char *data, *method, *password, *iv = "", *tag = NULL, *aad = ""; in PHP_FUNCTION() local
|
Completed in 22 milliseconds