Lines Matching refs:QCryptoHash
54 g_autoptr(QCryptoHash) ctx = qcrypto_hash_new(alg, errp); in qcrypto_hash_bytesv()
81 int qcrypto_hash_updatev(QCryptoHash *hash, in qcrypto_hash_updatev()
91 int qcrypto_hash_update(QCryptoHash *hash, in qcrypto_hash_update()
101 QCryptoHash *qcrypto_hash_new(QCryptoHashAlgo alg, Error **errp) in qcrypto_hash_new()
103 QCryptoHash *hash = NULL; in qcrypto_hash_new()
128 void qcrypto_hash_free(QCryptoHash *hash) in qcrypto_hash_free()
138 int qcrypto_hash_finalize_bytes(QCryptoHash *hash, in qcrypto_hash_finalize_bytes()
150 int qcrypto_hash_finalize_digest(QCryptoHash *hash, in qcrypto_hash_finalize_digest()
172 int qcrypto_hash_finalize_base64(QCryptoHash *hash, in qcrypto_hash_finalize_base64()
194 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()