Home
last modified time | relevance | path

Searched defs:alg (Results 1 – 25 of 30) sorted by relevance

12

/qemu/crypto/
H A Dhash.c41 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 Dcipher.c72 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 Dhash-afalg.c24 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 Dhash-glib.c38 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 Dhmac-glib.c35 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 Dhash-gcrypt.c42 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 Dhmac-gcrypt.c39 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 Dhash-gnutls.c39 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 Dhmac-gnutls.c38 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 Dhash-nettle.c112 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 Dhmac-nettle.c105 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 Dx509-utils.c29 QCryptoHashAlgo alg, in qcrypto_get_x509_cert_fingerprint()
H A Dcipher-afalg.c21 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 Divgen.c30 QCryptoIVGen *qcrypto_ivgen_new(QCryptoIVGenAlgo alg, in qcrypto_ivgen_new()
H A Dakcipherpriv.h30 QCryptoAkCipherAlgo alg; member
H A Dhmac.c86 QCryptoHmac *qcrypto_hmac_new(QCryptoHashAlgo alg, in qcrypto_hmac_new()
H A Dblockpriv.h36 QCryptoCipherAlgo alg; member
/qemu/include/crypto/
H A Dhmac.h19 QCryptoHashAlgo alg; member
H A Dcipher.h81 QCryptoCipherAlgo alg; member
H A Dhash.h40 QCryptoHashAlgo alg; member
/qemu/tests/bench/
H A Dbenchmark-crypto-cipher.c20 QCryptoCipherAlgo alg) in test_cipher_speed()
170 char *alg = NULL; in main() local
H A Dbenchmark-crypto-hash.c20 QCryptoHashAlgo alg; member
H A Dbenchmark-crypto-akcipher.c110 char *alg = NULL; in main() local
/qemu/tests/unit/
H A Dtest-crypto-hmac.c30 QCryptoHashAlgo alg; member
H A Dtest-crypto-cipher.c30 QCryptoCipherAlgo alg; member

12