Home
last modified time | relevance | path

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

/openbmc/qemu/include/crypto/
H A Dakcipher.h141 int qcrypto_akcipher_max_ciphertext_len(QCryptoAkCipher *akcipher);
/openbmc/qemu/crypto/
H A Dakcipher.c90 int qcrypto_akcipher_max_ciphertext_len(QCryptoAkCipher *akcipher) in qcrypto_akcipher_max_ciphertext_len() function
/openbmc/qemu/tests/unit/
H A Dtest-crypto-akcipher.c966 g_assert(qcrypto_akcipher_max_ciphertext_len(key) == data->exp_key_len); in test_rsakey()