Home
last modified time | relevance | path

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

/Linux-v4.19/net/tls/
Dtls_sw.c216 tls_make_aad(ctx->aad_space, ctx->sg_plaintext_size, in tls_push_record()
1251 sg_set_buf(&sw_ctx_tx->sg_aead_in[0], sw_ctx_tx->aad_space, in tls_set_sw_offload()
1252 sizeof(sw_ctx_tx->aad_space)); in tls_set_sw_offload()
1257 sg_set_buf(&sw_ctx_tx->sg_aead_out[0], sw_ctx_tx->aad_space, in tls_set_sw_offload()
1258 sizeof(sw_ctx_tx->aad_space)); in tls_set_sw_offload()
/Linux-v4.19/include/net/
Dtls.h100 char aad_space[TLS_AAD_SPACE_SIZE]; member