Lines Matching refs:tls_aad
539 int tls_aad; member
641 int tls_aad = 0; in cipher_test_parse() local
644 cdat->tls_aad = tls_aad = 1; in cipher_test_parse()
645 if (strcmp(keyword, "AAD") == 0 || tls_aad) { in cipher_test_parse()
767 if (expected->aead && !expected->tls_aad) { in cipher_test_enc()
863 if (expected->aad[0] != NULL && !expected->tls_aad) { in cipher_test_enc()
896 if (expected->tls_aad) { in cipher_test_enc()
898 char *tls_aad; in cipher_test_enc() local
901 if ((tls_aad = OPENSSL_memdup(expected->aad[0], in cipher_test_enc()
905 tls_aad, in cipher_test_enc()
909 OPENSSL_free(tls_aad); in cipher_test_enc()
913 OPENSSL_free(tls_aad); in cipher_test_enc()
958 if (!enc && expected->tls_aad) { in cipher_test_enc()
972 if (enc && expected->aead && !expected->tls_aad) { in cipher_test_enc()
1029 if (cdat->aead && cdat->tag == NULL && !cdat->tls_aad) { in cipher_test_run()