Searched refs:ccm128 (Results 1 – 6 of 6) sorted by relevance
289 crypto_info->ccm128.info.cipher_type = TLS_CIPHER_AES_CCM_128; in ktls_configure_crypto()290 crypto_info->ccm128.info.version = s->version; in ktls_configure_crypto()291 crypto_info->tls_crypto_info_len = sizeof(crypto_info->ccm128); in ktls_configure_crypto()292 memcpy(crypto_info->ccm128.iv, iiv + EVP_CCM_TLS_FIXED_IV_LEN, in ktls_configure_crypto()294 memcpy(crypto_info->ccm128.salt, iiv, TLS_CIPHER_AES_CCM_128_SALT_SIZE); in ktls_configure_crypto()295 memcpy(crypto_info->ccm128.key, key, EVP_CIPHER_get_key_length(c)); in ktls_configure_crypto()296 memcpy(crypto_info->ccm128.rec_seq, rl_sequence, in ktls_configure_crypto()298 if (!is_tx && !check_rx_read_ahead(s, 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 \
259 struct tls12_crypto_info_aes_ccm_128 ccm128; member
245 crypto/modes/ccm128.c
245 1611e73dc1e01b5c2201f51756a7405b7673aa0bb872e2957d1ec80c3530486f crypto/modes/ccm128.c
293 SRCS+= cbc128.c ccm128.c cfb128.c ctr128.c cts128.c gcm128.c ocb128.c