Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dcryptouser.h146 struct crypto_report_aead { struct
147 char type[CRYPTO_MAX_NAME];
148 char geniv[CRYPTO_MAX_NAME];
149 unsigned int blocksize;
150 unsigned int maxauthsize;
151 unsigned int ivsize;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dcryptouser.h146 struct crypto_report_aead { struct
147 char type[CRYPTO_MAX_NAME];
148 char geniv[CRYPTO_MAX_NAME];
149 unsigned int blocksize;
150 unsigned int maxauthsize;
151 unsigned int ivsize;
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A 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;
/OK3568_Linux_fs/kernel/crypto/
H A Dcrypto_user_stat.c31 static int crypto_report_aead(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_aead() function