Searched refs:coap_crypto_hmac (Results 1 – 7 of 7) sorted by relevance
/third_party/libcoap/include/coap3/ |
D | coap_crypto_internal.h | 135 int coap_crypto_hmac(cose_hmac_alg_t hmac_alg,
|
/third_party/libcoap/src/oscore/ |
D | oscore_crypto.c | 61 if (!coap_crypto_hmac(hmac_alg, key, data, hmac)) { in oscore_hmac_hash()
|
/third_party/libcoap/src/ |
D | coap_notls.c | 377 coap_crypto_hmac(cose_hmac_alg_t hmac_alg, in coap_crypto_hmac() function
|
D | coap_tinydtls.c | 1671 coap_crypto_hmac(cose_hmac_alg_t hmac_alg, coap_bin_const_t *key, in coap_crypto_hmac() function
|
D | coap_mbedtls.c | 2995 coap_crypto_hmac(cose_hmac_alg_t hmac_alg, function
|
D | coap_gnutls.c | 3198 coap_crypto_hmac(cose_hmac_alg_t hmac_alg, in coap_crypto_hmac() function
|
D | coap_openssl.c | 3899 coap_crypto_hmac(cose_hmac_alg_t hmac_alg, in coap_crypto_hmac() function
|