Searched defs:crypto_report_aead (Results 1 – 6 of 6) sorted by relevance
66 struct crypto_report_aead { struct67 char type[CRYPTO_MAX_NAME];68 char geniv[CRYPTO_MAX_NAME];69 unsigned int blocksize;70 unsigned int maxauthsize;71 unsigned int ivsize;
149 struct crypto_report_aead { struct150 char type[CRYPTO_MAX_NAME];151 char geniv[CRYPTO_MAX_NAME];152 unsigned int blocksize;153 unsigned int maxauthsize;154 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