Home
last modified time | relevance | path

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

/PHP-7.1/ext/openssl/
H A Dopenssl.c6338 char *aad, size_t aad_len, int enc) /* {{{ */ in php_openssl_cipher_update() argument
6348 if (mode->is_aead && !EVP_CipherUpdate(cipher_ctx, NULL, &i, (unsigned char *)aad, (int)aad_len)) { in php_openssl_cipher_update()
6382 size_t data_len, method_len, password_len, iv_len = 0, aad_len = 0; in PHP_FUNCTION() local
6392 &password, &password_len, &options, &iv, &iv_len, &tag, &aad, &aad_len, &tag_len) == FAILURE) { in PHP_FUNCTION()
6398 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(aad_len, aad); in PHP_FUNCTION()
6418 data, data_len, aad, aad_len, 1) == FAILURE) { in PHP_FUNCTION()
6481 size_t data_len, method_len, password_len, iv_len = 0, tag_len = 0, aad_len = 0; in PHP_FUNCTION() local
6491 &password, &password_len, &options, &iv, &iv_len, &tag, &tag_len, &aad, &aad_len) == FAILURE) { in PHP_FUNCTION()
6502 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(aad_len, aad); in PHP_FUNCTION()
6534 data, data_len, aad, aad_len, 0) == FAILURE) { in PHP_FUNCTION()

Completed in 21 milliseconds