Searched refs:CIPHER_MODE_GCM (Results 1 – 3 of 3) sorted by relevance
40 CIPHER_MODE_GCM = 0x6, enumerator197 if ((cipher_mode == CIPHER_MODE_GCM) && !is_encrypt) in spu_req_incl_icv()
1477 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,
315 case CIPHER_MODE_GCM: in spu_alg_name()