Home
last modified time | relevance | path

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

/openbmc/qemu/crypto/
H A Dx509-utils.c18 static const int qcrypto_to_gnutls_hash_alg_map[QCRYPTO_HASH_ALGO__MAX] = { variable
39 if (alg >= G_N_ELEMENTS(qcrypto_to_gnutls_hash_alg_map)) { in qcrypto_get_x509_cert_fingerprint()
56 hlen = gnutls_hash_get_len(qcrypto_to_gnutls_hash_alg_map[alg]); in qcrypto_get_x509_cert_fingerprint()
65 qcrypto_to_gnutls_hash_alg_map[alg], in qcrypto_get_x509_cert_fingerprint()