Home
last modified time | relevance | path

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

/crypto/krb5/
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))

Completed in 3 milliseconds