Searched refs:crypto_akcipher (Results 1 – 3 of 3) sorted by relevance
46 struct crypto_akcipher { struct91 unsigned int (*max_size)(struct crypto_akcipher *tfm);92 int (*init)(struct crypto_akcipher *tfm);93 void (*exit)(struct crypto_akcipher *tfm);123 struct crypto_akcipher *tfm) in crypto_akcipher_tfm()133 static inline struct crypto_akcipher *__crypto_akcipher_tfm( in __crypto_akcipher_tfm()136 return container_of(tfm, struct crypto_akcipher, base); in __crypto_akcipher_tfm()140 struct crypto_akcipher *tfm) in crypto_akcipher_alg()151 struct crypto_akcipher *tfm) in akcipher_request_set_tfm()183 struct crypto_akcipher *tfm, gfp_t gfp) in akcipher_request_alloc()[all …]
46 static inline void akcipher_set_reqsize(struct crypto_akcipher *akcipher, in akcipher_set_reqsize()52 static inline void akcipher_set_reqsize_dma(struct crypto_akcipher *akcipher, in akcipher_set_reqsize_dma()59 static inline void *akcipher_tfm_ctx(struct crypto_akcipher *tfm) in akcipher_tfm_ctx()64 static inline void *akcipher_tfm_ctx_dma(struct crypto_akcipher *tfm) in akcipher_tfm_ctx_dma()75 static inline const char *akcipher_alg_name(struct crypto_akcipher *tfm) in akcipher_alg_name()93 struct crypto_akcipher *akcipher) in akcipher_alg_instance()107 static inline struct crypto_akcipher *crypto_spawn_akcipher( in crypto_spawn_akcipher()
60 static inline int rsa_set_key(struct crypto_akcipher *child, in rsa_set_key()
Completed in 6 milliseconds