Home
last modified time | relevance | path

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

/openbmc/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.c110 case CIPHER_MODE_CCM: in spu2_cipher_mode_xlate()
788 (cipher_mode == CIPHER_MODE_CCM)) { in spu2_ctx_max_payload()
994 (cipher_parms->mode == CIPHER_MODE_CCM)) in spu2_create_request()
H A Dcipher.c1069 if (ctx->cipher.mode == CIPHER_MODE_CCM) in spu_aead_rx_sg_create()
1373 if (ctx->cipher.mode == CIPHER_MODE_CCM) { in handle_aead_req()
1483 (ctx->cipher.mode == CIPHER_MODE_CCM)) && !rctx->is_encrypt) { in handle_aead_req()
1570 if (ctx->cipher.mode == CIPHER_MODE_CCM) in handle_aead_resp()
1745 ctx->cipher.mode == CIPHER_MODE_CCM) { in skcipher_enqueue()
2517 (ctx->cipher.mode == CIPHER_MODE_CCM)) && in aead_need_fallback()
2527 if ((ctx->cipher.mode == CIPHER_MODE_CCM) && in aead_need_fallback()
2540 if ((ctx->cipher.mode == CIPHER_MODE_CCM) && in aead_need_fallback()
2669 } else if (ctx->cipher.mode == CIPHER_MODE_CCM) { in aead_enqueue()
3063 .mode = CIPHER_MODE_CCM,
[all …]