Home
last modified time | relevance | path

Searched refs:CIPHER_MODE_CCM (Results 1 – 2 of 2) 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 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 …]