Searched refs:tls_make_aad (Results 1 – 3 of 3) sorted by relevance
/linux/net/tls/ |
H A D | tls.h | 361 void tls_make_aad(char *buf, size_t size, char *record_sequence, in tls_make_aad() function
|
H A D | tls_device_fallback.c | 85 tls_make_aad(aad, len - cipher_desc->tag, (char *)&rcd_sn, buf[0], prot); in tls_enc_record()
|
H A D | tls_sw.c | 808 tls_make_aad(rec->aad_space, msg_pl->sg.size + prot->tail_size, in tls_push_record() 1556 tls_make_aad(dctx->aad, rxm->full_len - prot->overhead_size + in tls_decrypt_sg()
|