/qemu/crypto/ |
H A D | hash.c | 41 size_t qcrypto_hash_digest_len(QCryptoHashAlgo alg) in qcrypto_hash_digest_len() 47 int qcrypto_hash_bytesv(QCryptoHashAlgo alg, in qcrypto_hash_bytesv() 69 int qcrypto_hash_bytes(QCryptoHashAlgo alg, in qcrypto_hash_bytes() 101 QCryptoHash *qcrypto_hash_new(QCryptoHashAlgo alg, Error **errp) in qcrypto_hash_new() 188 int qcrypto_hash_digestv(QCryptoHashAlgo alg, in qcrypto_hash_digestv() 208 int qcrypto_hash_digest(QCryptoHashAlgo alg, in qcrypto_hash_digest() 219 int qcrypto_hash_base64v(QCryptoHashAlgo alg, in qcrypto_hash_base64v() 239 int qcrypto_hash_base64(QCryptoHashAlgo alg, in qcrypto_hash_base64()
|
H A D | cipher.c | 72 size_t qcrypto_cipher_get_block_len(QCryptoCipherAlgo alg) in qcrypto_cipher_get_block_len() 79 size_t qcrypto_cipher_get_key_len(QCryptoCipherAlgo alg) in qcrypto_cipher_get_key_len() 86 size_t qcrypto_cipher_get_iv_len(QCryptoCipherAlgo alg, in qcrypto_cipher_get_iv_len() 104 qcrypto_cipher_validate_key_length(QCryptoCipherAlgo alg, in qcrypto_cipher_validate_key_length() 151 QCryptoCipher *qcrypto_cipher_new(QCryptoCipherAlgo alg, in qcrypto_cipher_new()
|
H A D | hash-afalg.c | 24 qcrypto_afalg_hash_format_name(QCryptoHashAlgo alg, in qcrypto_afalg_hash_format_name() 69 qcrypto_afalg_hash_hmac_ctx_new(QCryptoHashAlgo alg, in qcrypto_afalg_hash_hmac_ctx_new() 103 qcrypto_afalg_hash_ctx_new(QCryptoHashAlgo alg, in qcrypto_afalg_hash_ctx_new() 110 qcrypto_afalg_hmac_ctx_new(QCryptoHashAlgo alg, in qcrypto_afalg_hmac_ctx_new() 118 QCryptoHash *qcrypto_afalg_hash_new(QCryptoHashAlgo alg, Error **errp) in qcrypto_afalg_hash_new() 187 QCryptoHashAlgo alg, in qcrypto_afalg_recv_from_kernel() 241 QCryptoHashAlgo alg, in qcrypto_afalg_hash_hmac_bytesv()
|
H A D | hash-glib.c | 38 gboolean qcrypto_hash_supports(QCryptoHashAlgo alg) in qcrypto_hash_supports() 48 QCryptoHash *qcrypto_glib_hash_new(QCryptoHashAlgo alg, in qcrypto_glib_hash_new()
|
H A D | hmac-glib.c | 35 bool qcrypto_hmac_supports(QCryptoHashAlgo alg) in qcrypto_hmac_supports() 45 void *qcrypto_hmac_ctx_new(QCryptoHashAlgo alg, in qcrypto_hmac_ctx_new()
|
H A D | hash-gcrypt.c | 42 gboolean qcrypto_hash_supports(QCryptoHashAlgo alg) in qcrypto_hash_supports() 52 QCryptoHash *qcrypto_gcrypt_hash_new(QCryptoHashAlgo alg, Error **errp) in qcrypto_gcrypt_hash_new()
|
H A D | hmac-gcrypt.c | 39 bool qcrypto_hmac_supports(QCryptoHashAlgo alg) in qcrypto_hmac_supports() 49 void *qcrypto_hmac_ctx_new(QCryptoHashAlgo alg, in qcrypto_hmac_ctx_new()
|
H A D | hash-gnutls.c | 39 gboolean qcrypto_hash_supports(QCryptoHashAlgo alg) in qcrypto_hash_supports() 57 QCryptoHash *qcrypto_gnutls_hash_new(QCryptoHashAlgo alg, Error **errp) in qcrypto_gnutls_hash_new()
|
H A D | hmac-gnutls.c | 38 bool qcrypto_hmac_supports(QCryptoHashAlgo alg) in qcrypto_hmac_supports() 55 void *qcrypto_hmac_ctx_new(QCryptoHashAlgo alg, in qcrypto_hmac_ctx_new()
|
H A D | hash-nettle.c | 112 gboolean qcrypto_hash_supports(QCryptoHashAlgo alg) in qcrypto_hash_supports() 122 QCryptoHash *qcrypto_nettle_hash_new(QCryptoHashAlgo alg, Error **errp) in qcrypto_nettle_hash_new()
|
H A D | hmac-nettle.c | 105 bool qcrypto_hmac_supports(QCryptoHashAlgo alg) in qcrypto_hmac_supports() 115 void *qcrypto_hmac_ctx_new(QCryptoHashAlgo alg, in qcrypto_hmac_ctx_new()
|
H A D | x509-utils.c | 29 QCryptoHashAlgo alg, in qcrypto_get_x509_cert_fingerprint()
|
H A D | cipher-afalg.c | 21 qcrypto_afalg_cipher_format_name(QCryptoCipherAlgo alg, in qcrypto_afalg_cipher_format_name() 63 qcrypto_afalg_cipher_ctx_new(QCryptoCipherAlgo alg, in qcrypto_afalg_cipher_ctx_new()
|
H A D | ivgen.c | 30 QCryptoIVGen *qcrypto_ivgen_new(QCryptoIVGenAlgo alg, in qcrypto_ivgen_new()
|
H A D | akcipherpriv.h | 30 QCryptoAkCipherAlgo alg; member
|
H A D | hmac.c | 86 QCryptoHmac *qcrypto_hmac_new(QCryptoHashAlgo alg, in qcrypto_hmac_new()
|
H A D | blockpriv.h | 36 QCryptoCipherAlgo alg; member
|
/qemu/include/crypto/ |
H A D | hmac.h | 19 QCryptoHashAlgo alg; member
|
H A D | cipher.h | 81 QCryptoCipherAlgo alg; member
|
H A D | hash.h | 40 QCryptoHashAlgo alg; member
|
/qemu/tests/bench/ |
H A D | benchmark-crypto-cipher.c | 20 QCryptoCipherAlgo alg) in test_cipher_speed() 170 char *alg = NULL; in main() local
|
H A D | benchmark-crypto-hash.c | 20 QCryptoHashAlgo alg; member
|
H A D | benchmark-crypto-akcipher.c | 110 char *alg = NULL; in main() local
|
/qemu/tests/unit/ |
H A D | test-crypto-hmac.c | 30 QCryptoHashAlgo alg; member
|
H A D | test-crypto-cipher.c | 30 QCryptoCipherAlgo alg; member
|