Home
last modified time | relevance | path

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

/include/linux/
Dcrypto.h233 struct cipher_alg { struct
361 struct cipher_alg cipher;
/include/crypto/internal/
Dcipher.h215 static inline struct cipher_alg *crypto_cipher_alg(struct crypto_cipher *tfm) in crypto_cipher_alg()