Searched refs:COSE_ALGORITHM_SHA_512 (Results 1 - 5 of 5) sorted by relevance
/third_party/libcoap/include/oscore/ |
H A D | oscore_cose.h | 128 COSE_ALGORITHM_SHA_512 = -44, enumerator
|
/third_party/libcoap/src/oscore/ |
H A D | oscore_cose.c | 91 { "SHA-512", COSE_ALGORITHM_SHA_512 }, 235 case COSE_ALGORITHM_SHA_512: in cose_hash_len()
|
/third_party/libcoap/src/ |
H A D | coap_gnutls.c | 2946 {COSE_ALGORITHM_SHA_512, GNUTLS_DIG_SHA512, 64},
|
H A D | coap_mbedtls.c | 2653 {COSE_ALGORITHM_SHA_512, MBEDTLS_MD_SHA512, 64},
|
H A D | coap_openssl.c | 3637 {COSE_ALGORITHM_SHA_512, EVP_sha512, 64},
|
Completed in 13 milliseconds