Home
last modified time | relevance | path

Searched refs:COAP_ASN1_BITSTRING (Results 1 – 3 of 3) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_asn1_internal.h31 COAP_ASN1_BITSTRING = 3, enumerator
/third_party/libcoap/src/
Dcoap_tinydtls.c911 t_context->pub_key = get_asn1_tag(COAP_ASN1_BITSTRING, pub_data, pub_len, in asn1_derive_keys()
Dcoap_gnutls.c989 coap_binary_t *pub_key = get_asn1_tag(COAP_ASN1_BITSTRING, data, size, NULL); in get_asn1_spki()