Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dcryptouser.h166 struct crypto_report_cipher { struct
167 char type[CRYPTO_MAX_NAME];
168 unsigned int blocksize;
169 unsigned int min_keysize;
170 unsigned int max_keysize;
/linux-6.15/crypto/
H A Dcrypto_user.c71 static int crypto_report_cipher(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_cipher() function