Searched defs:crypto_report_aead (Results 1 – 4 of 4) sorted by relevance
146 struct crypto_report_aead { struct147 char type[CRYPTO_MAX_NAME];148 char geniv[CRYPTO_MAX_NAME];149 unsigned int blocksize;150 unsigned int maxauthsize;151 unsigned int ivsize;
173 struct crypto_report_aead { struct174 char type[CRYPTO_MAX_NAME];175 char geniv[CRYPTO_MAX_NAME];176 unsigned int blocksize;177 unsigned int maxauthsize;178 unsigned int ivsize;
31 static int crypto_report_aead(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_aead() function