Searched refs:tls_make_aad (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/net/tls/ |
H A D | tls.h | 358 void tls_make_aad(char *buf, size_t size, char *record_sequence, in tls_make_aad() function
|
H A D | tls_device_fallback.c | 90 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()
|
/kernel/linux/linux-5.10/net/tls/ |
H A D | tls_device_fallback.c | 75 tls_make_aad(aad, len - TLS_CIPHER_AES_GCM_128_TAG_SIZE, in tls_enc_record()
|
H A D | tls_sw.c | 756 tls_make_aad(rec->aad_space, msg_pl->sg.size + prot->tail_size, in tls_push_record() 1495 tls_make_aad(aad, rxm->full_len - prot->overhead_size + in decrypt_internal()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | tls.h | 548 static inline void tls_make_aad(char *buf, in tls_make_aad() function
|
Completed in 15 milliseconds