Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dtls.h104 struct tls12_crypto_info_aes_ccm_128 { struct
/Linux-v5.4/net/tls/
Dtls_sw.c2211 struct tls12_crypto_info_aes_ccm_128 *ccm_128_info; in tls_set_sw_offload()
2309 iv = ((struct tls12_crypto_info_aes_ccm_128 *)crypto_info)->iv; in tls_set_sw_offload()
2312 ((struct tls12_crypto_info_aes_ccm_128 *)crypto_info)->rec_seq; in tls_set_sw_offload()
2314 (struct tls12_crypto_info_aes_ccm_128 *)crypto_info; in tls_set_sw_offload()
Dtls_main.c516 optsize = sizeof(struct tls12_crypto_info_aes_ccm_128); in do_tls_setsockopt_conf()