Home
last modified time | relevance | path

Searched refs:spu_req_incl_icv (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/crypto/bcm/
Dspu.h204 static __always_inline bool spu_req_incl_icv(enum spu_cipher_mode cipher_mode, in spu_req_incl_icv() function
247 bool spu_req_incl_icv(enum spu_cipher_mode cipher_mode, bool is_encrypt);
Dcipher.c1465 if (spu_req_incl_icv(ctx->cipher.mode, rctx->is_encrypt)) { in handle_aead_req()