Home
last modified time | relevance | path

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

/qemu/crypto/
H A Dhmac-gnutls.c41 const gnutls_digest_algorithm_t *algs; in qcrypto_hmac_supports() local
46 algs = gnutls_digest_list(); in qcrypto_hmac_supports()
47 for (i = 0; algs[i] != GNUTLS_DIG_UNKNOWN; i++) { in qcrypto_hmac_supports()
48 if (algs[i] == qcrypto_hmac_alg_map[alg]) { in qcrypto_hmac_supports()
H A Dhash-gnutls.c42 const gnutls_digest_algorithm_t *algs; in qcrypto_hash_supports() local
47 algs = gnutls_digest_list(); in qcrypto_hash_supports()
48 for (i = 0; algs[i] != GNUTLS_DIG_UNKNOWN; i++) { in qcrypto_hash_supports()
49 if (algs[i] == qcrypto_hash_alg_map[alg]) { in qcrypto_hash_supports()