Home
last modified time | relevance | path

Searched refs:TLS_AAD_SPACE_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux/net/tls/
H A Dtls_device_fallback.c91 sg_set_buf(sg_in, aad, TLS_AAD_SPACE_SIZE); in tls_enc_record()
92 sg_set_buf(sg_out, aad, TLS_AAD_SPACE_SIZE); in tls_enc_record()
131 aead_request_set_ad(aead_req, TLS_AAD_SPACE_SIZE); in tls_init_aead_request()
339 buf_len = cipher_desc->salt + cipher_desc->iv + TLS_AAD_SPACE_SIZE + in tls_enc_skb()
349 dummy_buf = aad + TLS_AAD_SPACE_SIZE; in tls_enc_skb()
H A Dtls_sw.c2701 prot->aad_size = TLS_AAD_SPACE_SIZE; in init_prot_info()