Home
last modified time | relevance | path

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

/include/crypto/
Dvmac.h57 struct crypto_cipher *child;
Dalgapi.h277 static inline struct crypto_cipher *crypto_spawn_cipher( in crypto_spawn_cipher()
286 static inline struct cipher_alg *crypto_cipher_alg(struct crypto_cipher *tfm) in crypto_cipher_alg()
/include/linux/
Dcrypto.h446 struct crypto_cipher { struct
1018 static inline struct crypto_cipher *__crypto_cipher_cast(struct crypto_tfm *tfm) in __crypto_cipher_cast()
1020 return (struct crypto_cipher *)tfm; in __crypto_cipher_cast()
1023 static inline struct crypto_cipher *crypto_cipher_cast(struct crypto_tfm *tfm) in crypto_cipher_cast()
1029 static inline struct crypto_cipher *crypto_alloc_cipher(const char *alg_name, in crypto_alloc_cipher()
1039 static inline struct crypto_tfm *crypto_cipher_tfm(struct crypto_cipher *tfm) in crypto_cipher_tfm()
1044 static inline void crypto_free_cipher(struct crypto_cipher *tfm) in crypto_free_cipher()
1058 static inline struct cipher_tfm *crypto_cipher_crt(struct crypto_cipher *tfm) in crypto_cipher_crt()
1063 static inline unsigned int crypto_cipher_blocksize(struct crypto_cipher *tfm) in crypto_cipher_blocksize()
1068 static inline unsigned int crypto_cipher_alignmask(struct crypto_cipher *tfm) in crypto_cipher_alignmask()
[all …]
/include/net/
Dtcp.h1325 struct crypto_cipher __rcu *tfm;