Searched refs:aescfb_encrypt (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/lib/crypto/ |
D | aescfb.c | 42 void aescfb_encrypt(const struct crypto_aes_ctx *ctx, u8 *dst, const u8 *src, in aescfb_encrypt() function 60 EXPORT_SYMBOL(aescfb_encrypt); 226 aescfb_encrypt(&ctx, buf, aescfb_tv[i].ptext, aescfb_tv[i].len, in libaescfb_init() 241 aescfb_encrypt(&ctx, buf, buf, aescfb_tv[i].len, aescfb_tv[i].iv); in libaescfb_init()
|
/linux-6.12.1/include/crypto/ |
D | aes.h | 90 void aescfb_encrypt(const struct crypto_aes_ctx *ctx, u8 *dst, const u8 *src,
|
/linux-6.12.1/drivers/char/tpm/ |
D | tpm2-sessions.c | 681 aescfb_encrypt(&auth->aes_ctx, &buf->data[offset_p], in tpm_buf_fill_hmac_session()
|