Home
last modified time | relevance | path

Searched refs:tls12_crypto_info_sm4_ccm (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dtls.h165 struct tls12_crypto_info_sm4_ccm { struct
/openbmc/linux/include/net/
H A Dtls.h203 struct tls12_crypto_info_sm4_ccm sm4_ccm;
/openbmc/linux/net/tls/
H A Dtls_main.c107 CIPHER_DESC(TLS_CIPHER_SM4_CCM, tls12_crypto_info_sm4_ccm, "ccm(sm4)", false),
117 CHECK_CIPHER_DESC(TLS_CIPHER_SM4_CCM, tls12_crypto_info_sm4_ccm);
/openbmc/linux/tools/testing/selftests/net/
H A Dtls.c37 struct tls12_crypto_info_sm4_ccm sm4ccm;
68 tls12->len = sizeof(struct tls12_crypto_info_sm4_ccm); in tls_crypto_info_init()