Home
last modified time | relevance | path

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

/include/crypto/internal/
Dakcipher.h36 static inline void akcipher_set_reqsize(struct crypto_akcipher *akcipher, in akcipher_set_reqsize() argument
39 crypto_akcipher_alg(akcipher)->reqsize = reqsize; in akcipher_set_reqsize()
71 struct crypto_akcipher *akcipher) in akcipher_alg_instance() argument
73 return akcipher_instance(crypto_tfm_alg_instance(&akcipher->base)); in akcipher_alg_instance()
/include/linux/
Dcrypto.h501 struct crypto_istat_akcipher akcipher; member