Searched refs:aad_len (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/ext/openssl/ |
H A D | openssl.c | 6516 char *aad, size_t aad_len, int enc) /* {{{ */ in php_openssl_cipher_update() argument 6526 if (mode->is_aead && !EVP_CipherUpdate(cipher_ctx, NULL, &i, (unsigned char *)aad, (int)aad_len)) { in php_openssl_cipher_update() 6560 size_t data_len, method_len, password_len, iv_len = 0, aad_len = 0; in PHP_FUNCTION() local 6570 &password, &password_len, &options, &iv, &iv_len, &tag, &aad, &aad_len, &tag_len) == FAILURE) { in PHP_FUNCTION() 6576 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(aad_len, aad); in PHP_FUNCTION() 6596 data, data_len, aad, aad_len, 1) == FAILURE) { in PHP_FUNCTION() 6659 size_t data_len, method_len, password_len, iv_len = 0, tag_len = 0, aad_len = 0; in PHP_FUNCTION() local 6669 &password, &password_len, &options, &iv, &iv_len, &tag, &tag_len, &aad, &aad_len) == FAILURE) { in PHP_FUNCTION() 6680 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(aad_len, aad); in PHP_FUNCTION() 6712 data, data_len, aad, aad_len, 0) == FAILURE) { in PHP_FUNCTION()
|
Completed in 16 milliseconds