Home
last modified time | relevance | path

Searched refs:CIPHER_MODE_GCM (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/crypto/bcm/
H A Dspu.h40 CIPHER_MODE_GCM = 0x6, enumerator
197 if ((cipher_mode == CIPHER_MODE_GCM) && !is_encrypt) in spu_req_incl_icv()
H A Dcipher.c1477 if (((ctx->cipher.mode == CIPHER_MODE_GCM) || in handle_aead_req()
1567 else if (ctx->cipher.mode == CIPHER_MODE_GCM) in handle_aead_resp()
1739 ctx->cipher.mode == CIPHER_MODE_GCM || in skcipher_enqueue()
2514 if (((ctx->cipher.mode == CIPHER_MODE_GCM) || in aead_need_fallback()
2550 if (ctx->cipher.mode == CIPHER_MODE_GCM && in aead_need_fallback()
2663 ctx->cipher.mode == CIPHER_MODE_GCM) { in aead_enqueue()
3038 .mode = CIPHER_MODE_GCM,
3084 .mode = CIPHER_MODE_GCM,
3130 .mode = CIPHER_MODE_GCM,
H A Dutil.c315 case CIPHER_MODE_GCM: in spu_alg_name()