Home
last modified time | relevance | path

Searched defs:crypto_report_cipher (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dcryptouser.h157 struct crypto_report_cipher { struct
158 char type[CRYPTO_MAX_NAME];
159 unsigned int blocksize;
160 unsigned int min_keysize;
161 unsigned int max_keysize;
/openbmc/linux/crypto/
H A Dcrypto_user_stat.c27 static int crypto_report_cipher(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_cipher() function
H A Dcrypto_user_base.c72 static int crypto_report_cipher(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_cipher() function