Home
last modified time | relevance | path

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

/linux/drivers/crypto/bcm/
H A Dspu.h39 CIPHER_MODE_CCM = 0x5, enumerator
199 if ((cipher_mode == CIPHER_MODE_CCM) && !is_encrypt) in spu_req_incl_icv()
H A Dspu.c469 (cipher_mode == CIPHER_MODE_CCM)) in spum_gcm_ccm_pad_len()
500 if (cipher_mode == CIPHER_MODE_CCM) { in spum_assoc_resp_len()
711 (cipher_parms->mode == CIPHER_MODE_CCM)) in spum_create_request()
718 (cipher_parms->mode == CIPHER_MODE_CCM)) in spum_create_request()
795 if (cipher_parms->mode == CIPHER_MODE_CCM) in spum_create_request()
H A Dspu2.c111 case CIPHER_MODE_CCM: in spu2_cipher_mode_xlate()
789 (cipher_mode == CIPHER_MODE_CCM)) { in spu2_ctx_max_payload()
995 (cipher_parms->mode == CIPHER_MODE_CCM)) in spu2_create_request()
H A Dcipher.c1066 if (ctx->cipher.mode == CIPHER_MODE_CCM) in spu_aead_rx_sg_create()
1368 if (ctx->cipher.mode == CIPHER_MODE_CCM) { in handle_aead_req()
1478 (ctx->cipher.mode == CIPHER_MODE_CCM)) && !rctx->is_encrypt) { in handle_aead_req()
1565 if (ctx->cipher.mode == CIPHER_MODE_CCM) in handle_aead_resp()
1740 ctx->cipher.mode == CIPHER_MODE_CCM) { in skcipher_enqueue()
2515 (ctx->cipher.mode == CIPHER_MODE_CCM)) && in aead_need_fallback()
2525 if ((ctx->cipher.mode == CIPHER_MODE_CCM) && in aead_need_fallback()
2538 if ((ctx->cipher.mode == CIPHER_MODE_CCM) && in aead_need_fallback()
2667 } else if (ctx->cipher.mode == CIPHER_MODE_CCM) { in aead_enqueue()
3061 .mode = CIPHER_MODE_CCM,
[all …]