Home
last modified time | relevance | path

Searched refs:qcrypto_akcipher_max_dgst_len (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/crypto/
H A Dakcipher.h145 int qcrypto_akcipher_max_dgst_len(QCryptoAkCipher *akcipher);
/openbmc/qemu/crypto/
H A Dakcipher.c100 int qcrypto_akcipher_max_dgst_len(QCryptoAkCipher *akcipher) in qcrypto_akcipher_max_dgst_len() function
/openbmc/qemu/tests/unit/
H A Dtest-crypto-akcipher.c969 g_assert(qcrypto_akcipher_max_dgst_len(key) == data->exp_key_len); in test_rsakey()