Home
last modified time | relevance | path

Searched refs:tls12_crypto_info_aes_ccm_128 (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/uapi/linux/
Dtls.h104 struct tls12_crypto_info_aes_ccm_128 { struct
/Linux-v5.10/net/tls/
Dtls_sw.c2298 struct tls12_crypto_info_aes_ccm_128 *ccm_128_info; in tls_set_sw_offload()
2398 iv = ((struct tls12_crypto_info_aes_ccm_128 *)crypto_info)->iv; in tls_set_sw_offload()
2401 ((struct tls12_crypto_info_aes_ccm_128 *)crypto_info)->rec_seq; in tls_set_sw_offload()
2403 (struct tls12_crypto_info_aes_ccm_128 *)crypto_info; in tls_set_sw_offload()
Dtls_main.c522 optsize = sizeof(struct tls12_crypto_info_aes_ccm_128); in do_tls_setsockopt_conf()