Home
last modified time | relevance | path

Searched refs:CRYPTOCFGA_STAT_CIPHER (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dcryptouser.h63 CRYPTOCFGA_STAT_CIPHER, /* struct crypto_stat */ enumerator
/openbmc/linux/crypto/
H A Dcrypto_user_stat.c35 return nla_put(skb, CRYPTOCFGA_STAT_CIPHER, sizeof(rcipher), &rcipher); in crypto_report_cipher()
H A Dskcipher.c769 return nla_put(skb, CRYPTOCFGA_STAT_CIPHER, sizeof(rcipher), &rcipher); in crypto_skcipher_report_stat()