Home
last modified time | relevance | path

Searched refs:TFM (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/crypto/krb5/
H A Dinternal.h107 #define krb5_aead_size(TFM) \ argument
108 crypto_roundup(sizeof(struct aead_request) + crypto_aead_reqsize(TFM))
109 #define krb5_aead_ivsize(TFM) \ argument
110 crypto_roundup(crypto_aead_ivsize(TFM))
111 #define krb5_shash_size(TFM) \ argument
112 crypto_roundup(sizeof(struct shash_desc) + crypto_shash_descsize(TFM))
113 #define krb5_digest_size(TFM) \ argument
114 crypto_roundup(crypto_shash_digestsize(TFM))
/linux-6.15/Documentation/crypto/
H A Dintro.rst47 The transformation object (TFM) is an instance of a transformation
53 provided with a structure, which contains a transformation object (TFM).