Searched refs:aescfb_decrypt (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/lib/crypto/ |
D | aescfb.c | 71 void aescfb_decrypt(const struct crypto_aes_ctx *ctx, u8 *dst, const u8 *src, in aescfb_decrypt() function 96 EXPORT_SYMBOL(aescfb_decrypt); 234 aescfb_decrypt(&ctx, buf, buf, aescfb_tv[i].len, aescfb_tv[i].iv); in libaescfb_init()
|
/linux-6.12.1/include/crypto/ |
D | aes.h | 92 void aescfb_decrypt(const struct crypto_aes_ctx *ctx, u8 *dst, const u8 *src,
|
/linux-6.12.1/drivers/char/tpm/ |
D | tpm2-sessions.c | 854 aescfb_decrypt(&auth->aes_ctx, &buf->data[offset_p], in tpm_buf_check_hmac_response()
|