Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dchacha20poly1305.c452 static int chachapoly_decrypt(struct aead_request *req) in chachapoly_decrypt() function
623 inst->alg.decrypt = chachapoly_decrypt; in chachapoly_create()
/openbmc/linux/drivers/crypto/caam/
H A Dcaamalg.c1501 static int chachapoly_decrypt(struct aead_request *req) in chachapoly_decrypt() function
3532 .decrypt = chachapoly_decrypt,
3558 .decrypt = chachapoly_decrypt,