Home
last modified time | relevance | path

Searched refs:aX509CaCertChainLength (Results 1 – 5 of 5) sorted by relevance

/openthread-3.5.0/src/core/coap/
Dcoap_secure.hpp235 …void SetCaCertificateChain(const uint8_t *aX509CaCertificateChain, uint32_t aX509CaCertChainLength) in SetCaCertificateChain() argument
237 mDtls.SetCaCertificateChain(aX509CaCertificateChain, aX509CaCertChainLength); in SetCaCertificateChain()
/openthread-3.5.0/src/core/api/
Dcoap_secure_api.cpp66 uint32_t aX509CaCertChainLength) in otCoapSecureSetCaCertificateChain() argument
69 aX509CaCertChainLength); in otCoapSecureSetCaCertificateChain()
/openthread-3.5.0/include/openthread/
Dcoap_secure.h184 uint32_t aX509CaCertChainLength);
/openthread-3.5.0/src/core/meshcop/
Ddtls.cpp498 …tls::SetCaCertificateChain(const uint8_t *aX509CaCertificateChain, uint32_t aX509CaCertChainLength) in SetCaCertificateChain() argument
500 OT_ASSERT(aX509CaCertChainLength > 0); in SetCaCertificateChain()
504 mCaChainLength = aX509CaCertChainLength; in SetCaCertificateChain()
Ddtls.hpp262 …oid SetCaCertificateChain(const uint8_t *aX509CaCertificateChain, uint32_t aX509CaCertChainLength);