Searched refs:ccm128 (Results 1 – 5 of 5) sorted by relevance
210 crypto_info->ccm128.info.cipher_type = TLS_CIPHER_AES_CCM_128; in ktls_configure_crypto()211 crypto_info->ccm128.info.version = s->version; in ktls_configure_crypto()212 crypto_info->tls_crypto_info_len = sizeof(crypto_info->ccm128); in ktls_configure_crypto()213 memcpy(crypto_info->ccm128.iv, iiv + EVP_CCM_TLS_FIXED_IV_LEN, in ktls_configure_crypto()215 memcpy(crypto_info->ccm128.salt, iiv, TLS_CIPHER_AES_CCM_128_SALT_SIZE); in ktls_configure_crypto()216 memcpy(crypto_info->ccm128.key, key, EVP_CIPHER_get_key_length(c)); in ktls_configure_crypto()217 memcpy(crypto_info->ccm128.rec_seq, rl_sequence, in ktls_configure_crypto()220 *rec_seq = crypto_info->ccm128.rec_seq; in ktls_configure_crypto()
51 $COMMON=cbc128.c ctr128.c cfb128.c ofb128.c gcm128.c ccm128.c xts128.c \
254 struct tls12_crypto_info_aes_ccm_128 ccm128; member
239 crypto/modes/ccm128.c
239 1611e73dc1e01b5c2201f51756a7405b7673aa0bb872e2957d1ec80c3530486f crypto/modes/ccm128.c
Completed in 11 milliseconds