Home
last modified time | relevance | path

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

/include/crypto/internal/
A Dcipher.h16 struct crypto_cipher { struct
39 return (struct crypto_cipher *)tfm; in __crypto_cipher_cast()
75 static inline void crypto_free_cipher(struct crypto_cipher *tfm) in crypto_free_cipher()
119 static inline u32 crypto_cipher_get_flags(struct crypto_cipher *tfm) in crypto_cipher_get_flags()
124 static inline void crypto_cipher_set_flags(struct crypto_cipher *tfm, in crypto_cipher_set_flags()
130 static inline void crypto_cipher_clear_flags(struct crypto_cipher *tfm, in crypto_cipher_clear_flags()
152 int crypto_cipher_setkey(struct crypto_cipher *tfm,
164 void crypto_cipher_encrypt_one(struct crypto_cipher *tfm,
176 void crypto_cipher_decrypt_one(struct crypto_cipher *tfm,
179 struct crypto_cipher *crypto_clone_cipher(struct crypto_cipher *cipher);
[all …]
A Dskcipher.h221 struct crypto_cipher *cipher; /* underlying block cipher */
223 static inline struct crypto_cipher *

Completed in 5 milliseconds