Home
last modified time | relevance | path

Searched refs:get_hmac_alg (Results 1 - 4 of 4) sorted by relevance

/third_party/libcoap/src/
H A Dcoap_tinydtls.c1532 * The struct hmac_algs and the function get_hmac_alg() are used to
1544 get_hmac_alg(cose_hmac_alg_t hmac_alg) { in get_hmac_alg() function
1551 coap_log_debug("get_hmac_alg: COSE HMAC %d not supported\n", hmac_alg); in get_hmac_alg()
1566 return get_hmac_alg(hmac_alg); in coap_crypto_check_hkdf_alg()
1680 if (get_hmac_alg(hmac_alg) == 0) { in coap_crypto_hmac()
H A Dcoap_gnutls.c3032 * The struct hmac_algs and the function get_hmac_alg() are used to
3045 get_hmac_alg(cose_hmac_alg_t hmac_alg) { in get_hmac_alg() function
3052 coap_log_debug("get_hmac_alg: COSE HMAC %d not supported\n", hmac_alg); in get_hmac_alg()
3067 return get_hmac_alg(hmac_alg); in coap_crypto_check_hkdf_alg()
3211 if ((mac_algo = get_hmac_alg(hmac_alg)) == 0) { in coap_crypto_hmac()
H A Dcoap_mbedtls.c2742 * The struct hmac_algs and the function get_hmac_alg() are used to
2756 get_hmac_alg(cose_hmac_alg_t hmac_alg) { function
2763 coap_log_debug("get_hmac_alg: COSE HMAC %d not supported\n", hmac_alg);
2778 return get_hmac_alg(hmac_alg) != 0;
3011 if ((mac_algo = get_hmac_alg(hmac_alg)) == 0) {
H A Dcoap_openssl.c3732 * The struct hmac_algs and the function get_hmac_alg() are used to
3746 get_hmac_alg(cose_hmac_alg_t hmac_alg) { in get_hmac_alg() function
3753 coap_log_debug("get_hmac_alg: COSE HMAC %d not supported\n", hmac_alg); in get_hmac_alg()
3768 return get_hmac_alg(hmac_alg) != NULL; in coap_crypto_check_hkdf_alg()
3911 if ((evp_md = get_hmac_alg(hmac_alg)) == 0) { in coap_crypto_hmac()

Completed in 15 milliseconds