Home
last modified time | relevance | path

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

/openbmc/qemu/crypto/
H A Dakcipher.c38 QCryptoAkCipher *akcipher = NULL; in qcrypto_akcipher_new() local
49 int qcrypto_akcipher_encrypt(QCryptoAkCipher *akcipher, in qcrypto_akcipher_encrypt()
58 int qcrypto_akcipher_decrypt(QCryptoAkCipher *akcipher, in qcrypto_akcipher_decrypt()
67 int qcrypto_akcipher_sign(QCryptoAkCipher *akcipher, in qcrypto_akcipher_sign()
76 int qcrypto_akcipher_verify(QCryptoAkCipher *akcipher, in qcrypto_akcipher_verify()
85 int qcrypto_akcipher_max_plaintext_len(QCryptoAkCipher *akcipher) in qcrypto_akcipher_max_plaintext_len()
90 int qcrypto_akcipher_max_ciphertext_len(QCryptoAkCipher *akcipher) in qcrypto_akcipher_max_ciphertext_len()
95 int qcrypto_akcipher_max_signature_len(QCryptoAkCipher *akcipher) in qcrypto_akcipher_max_signature_len()
100 int qcrypto_akcipher_max_dgst_len(QCryptoAkCipher *akcipher) in qcrypto_akcipher_max_dgst_len()
105 void qcrypto_akcipher_free(QCryptoAkCipher *akcipher) in qcrypto_akcipher_free()
/openbmc/linux/crypto/
H A Dakcipher.c46 struct crypto_akcipher *akcipher = __crypto_akcipher_tfm(tfm); in crypto_akcipher_exit_tfm() local
54 struct crypto_akcipher *akcipher = __crypto_akcipher_tfm(tfm); in crypto_akcipher_init_tfm() local
68 struct akcipher_instance *akcipher = akcipher_instance(inst); in crypto_akcipher_free_instance() local
76 struct akcipher_alg *akcipher = __crypto_akcipher_alg(alg); in crypto_akcipher_report_stat() local
293 struct crypto_akcipher *akcipher; in crypto_init_akcipher_ops_sig() local
H A Dtestmgr.c153 struct akcipher_test_suite akcipher; member
/openbmc/linux/include/crypto/internal/
H A Dakcipher.h46 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()
93 struct crypto_akcipher *akcipher) in akcipher_alg_instance()
/openbmc/qemu/backends/
H A Dcryptodev-builtin.c47 QCryptoAkCipher *akcipher; member
314 QCryptoAkCipher *akcipher; in cryptodev_builtin_create_akcipher_session() local
/openbmc/linux/drivers/crypto/aspeed/
H A Daspeed-acry.c131 struct akcipher_engine_alg akcipher; member
/openbmc/linux/drivers/crypto/caam/
H A Dcaampkc.c45 struct akcipher_engine_alg akcipher; member