Home
last modified time | relevance | path

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

/include/crypto/
Dgcm.h13 static inline int crypto_gcm_check_authsize(unsigned int authsize) in crypto_gcm_check_authsize() argument
15 switch (authsize) { in crypto_gcm_check_authsize()
34 static inline int crypto_rfc4106_check_authsize(unsigned int authsize) in crypto_rfc4106_check_authsize() argument
36 switch (authsize) { in crypto_rfc4106_check_authsize()
Daead.h133 int (*setauthsize)(struct crypto_aead *tfm, unsigned int authsize);
147 unsigned int authsize; member
229 return tfm->authsize; in crypto_aead_authsize()
296 int crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize);
Dif_alg.h51 int (*setauthsize)(void *private, unsigned int authsize);
/include/linux/
Dccp.h173 u32 authsize; member