Lines Matching defs:aad
49 struct crypto_aead *aead, char *aad,
75 tls_make_aad(aad, len - TLS_CIPHER_AES_GCM_128_TAG_SIZE,
84 sg_set_buf(sg_in, aad, TLS_AAD_SPACE_SIZE);
85 sg_set_buf(sg_out, aad, TLS_AAD_SPACE_SIZE);
142 struct scatterlist *sg_out, char *aad, char *iv,
152 rc = tls_enc_record(aead_req, aead, aad, iv,
316 void *buf, *iv, *aad, *dummy_buf;
337 aad = buf + TLS_CIPHER_AES_GCM_128_SALT_SIZE +
339 dummy_buf = aad + TLS_AAD_SPACE_SIZE;
350 if (tls_enc_records(aead_req, ctx->aead_send, sg_in, sg_out, aad, iv,