Lines Matching defs:aad
536 unsigned char *aad[AAD_NUM];
605 OPENSSL_free(cdat->aad[i]);
648 if (cdat->aad[i] == NULL)
649 return parse_bin(value, &cdat->aad[i], &cdat->aad_len[i]);
864 if (expected->aad[0] != NULL && !expected->tls_aad) {
867 for (i = 0; expected->aad[i] != NULL; i++) {
868 if (!EVP_CipherUpdate(ctx, NULL, &chunklen, expected->aad[i],
876 for (i = 0; expected->aad[i] != NULL; i++) {
878 if (!EVP_CipherUpdate(ctx, NULL, &chunklen, expected->aad[i], 1))
884 expected->aad[i] + donelen,
891 expected->aad[i] + donelen, 1))
901 /* duplicate the aad as the implementation might modify it */
902 if ((tls_aad = OPENSSL_memdup(expected->aad[0],