Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dble_secure_api.cpp148 uint32_t aX509CaCertChainLength) in otBleSecureSetCaCertificateChain() argument
150 OT_ASSERT(aX509CaCertificateChain != nullptr && aX509CaCertChainLength != 0); in otBleSecureSetCaCertificateChain()
152 …ance).Get<Ble::BleSecure>().SetCaCertificateChain(aX509CaCertificateChain, aX509CaCertChainLength); in otBleSecureSetCaCertificateChain()
Dcoap_secure_api.cpp82 uint32_t aX509CaCertChainLength) in otCoapSecureSetCaCertificateChain() argument
85 aX509CaCertChainLength); in otCoapSecureSetCaCertificateChain()
/openthread-latest/include/openthread/
Dble_secure.h300 uint32_t aX509CaCertChainLength);
Dcoap_secure.h214 uint32_t aX509CaCertChainLength);
/openthread-latest/src/core/meshcop/
Dsecure_transport.cpp1161 uint32_t aX509CaCertChainLength) in SetCaCertificateChain() argument
1163 OT_ASSERT(aX509CaCertChainLength > 0); in SetCaCertificateChain()
1167 mEcdheEcdsaInfo.mCaChainLength = aX509CaCertChainLength; in SetCaCertificateChain()
Dsecure_transport.hpp409 …oid SetCaCertificateChain(const uint8_t *aX509CaCertificateChain, uint32_t aX509CaCertChainLength);