Home
last modified time | relevance | path

Searched defs:crypto_tfm (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/include/linux/
H A Dcrypto.h406 struct crypto_tfm { struct
413 void (*exit)(struct crypto_tfm *tfm); argument
424 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask); argument
/linux-6.15/crypto/
H A Decb.c18 void (*fn)(struct crypto_tfm *, u8 *, const u8 *)) in crypto_ecb_crypt()