Searched refs:qcrypto_hash_new (Results 1 – 4 of 4) sorted by relevance
54 g_autoptr(QCryptoHash) ctx = qcrypto_hash_new(alg, errp); in qcrypto_hash_bytesv()101 QCryptoHash *qcrypto_hash_new(QCryptoHashAlgo alg, Error **errp) in qcrypto_hash_new() function194 g_autoptr(QCryptoHash) ctx = qcrypto_hash_new(alg, errp); in qcrypto_hash_digestv()225 g_autoptr(QCryptoHash) ctx = qcrypto_hash_new(alg, errp); in qcrypto_hash_base64v()
262 QCryptoHash *qcrypto_hash_new(QCryptoHashAlgo alg, Error **errp);
282 hash = qcrypto_hash_new(i, &error_fatal); in test_hash_accumulate()
169 s->hash_ctx = qcrypto_hash_new(algo, &local_err); in do_hash_operation()