Home
last modified time | relevance | path

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

/PHP-7.3/ext/openssl/
H A Dopenssl.c6566 char *aad, size_t aad_len, int enc) /* {{{ */ in php_openssl_cipher_update() argument
6576 if (mode->is_aead && !EVP_CipherUpdate(cipher_ctx, NULL, &i, (unsigned char *)aad, (int)aad_len)) { in php_openssl_cipher_update()
6610 size_t data_len, method_len, password_len, iv_len = 0, aad_len = 0; in PHP_FUNCTION() local
6620 &password, &password_len, &options, &iv, &iv_len, &tag, &aad, &aad_len, &tag_len) == FAILURE) { in PHP_FUNCTION()
6626 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(aad_len, aad); in PHP_FUNCTION()
6646 data, data_len, aad, aad_len, 1) == FAILURE) { in PHP_FUNCTION()
6709 size_t data_len, method_len, password_len, iv_len = 0, tag_len = 0, aad_len = 0; in PHP_FUNCTION() local
6719 &password, &password_len, &options, &iv, &iv_len, &tag, &tag_len, &aad, &aad_len) == FAILURE) { in PHP_FUNCTION()
6730 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(aad_len, aad); in PHP_FUNCTION()
6762 data, data_len, aad, aad_len, 0) == FAILURE) { in PHP_FUNCTION()

Completed in 35 milliseconds