Lines Matching refs:tls_aad
538 int tls_aad; member
642 int tls_aad = 0; in cipher_test_parse() local
645 cdat->tls_aad = tls_aad = 1; in cipher_test_parse()
646 if (strcmp(keyword, "AAD") == 0 || tls_aad) { in cipher_test_parse()
771 if (expected->aead && !expected->tls_aad) { in cipher_test_enc()
875 if (expected->aad[0] != NULL && !expected->tls_aad) { in cipher_test_enc()
908 if (expected->tls_aad) { in cipher_test_enc()
910 char *tls_aad; in cipher_test_enc() local
913 if ((tls_aad = OPENSSL_memdup(expected->aad[0], in cipher_test_enc()
917 tls_aad, in cipher_test_enc()
921 OPENSSL_free(tls_aad); in cipher_test_enc()
925 OPENSSL_free(tls_aad); in cipher_test_enc()
970 if (!enc && expected->tls_aad) { in cipher_test_enc()
984 if (enc && expected->aead && !expected->tls_aad) { in cipher_test_enc()
1042 if (cdat->aead && cdat->tag == NULL && !cdat->tls_aad) { in cipher_test_run()