Searched refs:aesgcm_encrypt (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/lib/crypto/ |
H A D | aesgcm.c | 121 * aesgcm_encrypt - Perform AES-GCM encryption on a block of data 135 void aesgcm_encrypt(const struct aesgcm_ctx *ctx, u8 *dst, const u8 *src, in aesgcm_encrypt() function 146 EXPORT_SYMBOL(aesgcm_encrypt); variable 704 aesgcm_encrypt(&ctx, buf, buf, plen, aesgcm_tv[i].assoc, in libaesgcm_init() 707 pr_err("aesgcm_encrypt() failed on vector %d\n", i); in libaesgcm_init()
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | gcm.h | 76 void aesgcm_encrypt(const struct aesgcm_ctx *ctx, u8 *dst, const u8 *src,
|
Completed in 3 milliseconds