Home
last modified time | relevance | path

Searched defs:akcipher (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/crypto/
Dakcipher.c60 struct crypto_akcipher *akcipher = __crypto_akcipher_tfm(tfm); in crypto_akcipher_exit_tfm() local
68 struct crypto_akcipher *akcipher = __crypto_akcipher_tfm(tfm); in crypto_akcipher_init_tfm() local
82 struct akcipher_instance *akcipher = akcipher_instance(inst); in crypto_akcipher_free_instance() local
Dtestmgr.c136 struct akcipher_test_suite akcipher; member
/linux-4.19.296/include/crypto/internal/
Dakcipher.h41 static inline void akcipher_set_reqsize(struct crypto_akcipher *akcipher, in akcipher_set_reqsize()
76 struct crypto_akcipher *akcipher) in akcipher_alg_instance()