Searched refs:authsize (Results 1 – 4 of 4) sorted by relevance
13 static inline int crypto_gcm_check_authsize(unsigned int authsize) in crypto_gcm_check_authsize() argument15 switch (authsize) { in crypto_gcm_check_authsize()34 static inline int crypto_rfc4106_check_authsize(unsigned int authsize) in crypto_rfc4106_check_authsize() argument36 switch (authsize) { in crypto_rfc4106_check_authsize()
133 int (*setauthsize)(struct crypto_aead *tfm, unsigned int authsize);147 unsigned int authsize; member229 return tfm->authsize; in crypto_aead_authsize()296 int crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize);
51 int (*setauthsize)(void *private, unsigned int authsize);
173 u32 authsize; member