Searched refs:algs (Results 1 – 2 of 2) sorted by relevance
41 const gnutls_digest_algorithm_t *algs; in qcrypto_hmac_supports() local46 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()
42 const gnutls_digest_algorithm_t *algs; in qcrypto_hash_supports() local47 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()