Home
last modified time | relevance | path

Searched refs:get_hash_alg (Results 1 - 3 of 3) sorted by relevance

/third_party/libcoap/src/
H A Dcoap_gnutls.c2936 * The struct hash_algs and the function get_hash_alg() are used to
2950 get_hash_alg(cose_alg_t alg, size_t *hash_len) { in get_hash_alg() function
2959 coap_log_debug("get_hash_alg: COSE hash %d not supported\n", alg); in get_hash_alg()
2968 gnutls_digest_algorithm_t dig_type = get_hash_alg(alg, &hash_length); in coap_crypto_hash()
H A Dcoap_mbedtls.c2643 * The struct hash_algs and the function get_hash_alg() are used to
2657 get_hash_alg(cose_alg_t alg, size_t *hash_len) { function
2666 coap_log_debug("get_hash_alg: COSE hash %d not supported\n", alg);
2680 mbedtls_md_type_t dig_type = get_hash_alg(alg, &hash_length);
H A Dcoap_openssl.c3626 * The struct hash_algs and the function get_hash_alg() are used to
3641 get_hash_alg(cose_alg_t alg, size_t *length) { in get_hash_alg() function
3650 coap_log_debug("get_hash_alg: COSE hash %d not supported\n", alg); in get_hash_alg()
3664 if ((evp_md = get_hash_alg(alg, &hash_length)) == NULL) { in coap_crypto_hash()

Completed in 13 milliseconds