Home
last modified time | relevance | path

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

/Linux-v6.6/lib/crypto/
Daesgcm.c165 bool __must_check aesgcm_decrypt(const struct aesgcm_ctx *ctx, u8 *dst, in aesgcm_decrypt() function
183 EXPORT_SYMBOL(aesgcm_decrypt);
695 if (!aesgcm_decrypt(&ctx, buf, aesgcm_tv[i].ctext, plen, in libaesgcm_init()
712 if (!aesgcm_decrypt(&ctx, buf, buf, plen, aesgcm_tv[i].assoc, in libaesgcm_init()
/Linux-v6.6/include/crypto/
Dgcm.h80 bool __must_check aesgcm_decrypt(const struct aesgcm_ctx *ctx, u8 *dst,