Home
last modified time | relevance | path

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

/openbmc/qemu/include/crypto/
H A Dakcipher.h143 int qcrypto_akcipher_max_signature_len(QCryptoAkCipher *akcipher);
/openbmc/qemu/crypto/
H A Dakcipher.c95 int qcrypto_akcipher_max_signature_len(QCryptoAkCipher *akcipher) in qcrypto_akcipher_max_signature_len() function
/openbmc/qemu/tests/unit/
H A Dtest-crypto-akcipher.c968 g_assert(qcrypto_akcipher_max_signature_len(key) == data->exp_key_len); in test_rsakey()