Home
last modified time | relevance | path

Searched defs:crypto_report_aead (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dcryptouser.h66 struct crypto_report_aead { struct
67 char type[CRYPTO_MAX_NAME];
68 char geniv[CRYPTO_MAX_NAME];
69 unsigned int blocksize;
70 unsigned int maxauthsize;
71 unsigned int ivsize;
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
Dcryptouser.h149 struct crypto_report_aead { struct
150 char type[CRYPTO_MAX_NAME];
151 char geniv[CRYPTO_MAX_NAME];
152 unsigned int blocksize;
153 unsigned int maxauthsize;
154 unsigned int ivsize;
/kernel/linux/linux-6.6/include/uapi/linux/
Dcryptouser.h173 struct crypto_report_aead { struct
174 char type[CRYPTO_MAX_NAME];
175 char geniv[CRYPTO_MAX_NAME];
176 unsigned int blocksize;
177 unsigned int maxauthsize;
178 unsigned int ivsize;
/kernel/linux/linux-5.10/include/uapi/linux/
Dcryptouser.h173 struct crypto_report_aead { struct
174 char type[CRYPTO_MAX_NAME];
175 char geniv[CRYPTO_MAX_NAME];
176 unsigned int blocksize;
177 unsigned int maxauthsize;
178 unsigned int ivsize;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dcryptouser.h149 struct crypto_report_aead { struct
150 char type[CRYPTO_MAX_NAME];
151 char geniv[CRYPTO_MAX_NAME];
152 unsigned int blocksize;
153 unsigned int maxauthsize;
154 unsigned int ivsize;
/kernel/linux/linux-5.10/crypto/
Dcrypto_user_stat.c31 static int crypto_report_aead(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_aead() function