Home
last modified time | relevance | path

Searched refs:ccp_crypto_skcipher_alg (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/crypto/ccp/
H A Dccp-crypto.h36 struct ccp_crypto_skcipher_alg { struct
71 static inline struct ccp_crypto_skcipher_alg *
72 ccp_crypto_skcipher_alg(struct crypto_skcipher *tfm) in ccp_crypto_skcipher_alg() function
76 return container_of(alg, struct ccp_crypto_skcipher_alg, alg); in ccp_crypto_skcipher_alg()
H A Dccp-crypto-aes-xts.c230 struct ccp_crypto_skcipher_alg *ccp_alg; in ccp_register_aes_xts_alg()