Searched refs:aesgcm_encrypt (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.6/lib/crypto/ |
| D | aesgcm.c | 135 void aesgcm_encrypt(const struct aesgcm_ctx *ctx, u8 *dst, const u8 *src, in aesgcm_encrypt() function 146 EXPORT_SYMBOL(aesgcm_encrypt); 704 aesgcm_encrypt(&ctx, buf, buf, plen, aesgcm_tv[i].assoc, in libaesgcm_init()
|
| /Linux-v6.6/include/crypto/ |
| D | gcm.h | 76 void aesgcm_encrypt(const struct aesgcm_ctx *ctx, u8 *dst, const u8 *src,
|