Searched refs:aX509CaCertChainLength (Results 1 – 6 of 6) sorted by relevance
148 uint32_t aX509CaCertChainLength) in otBleSecureSetCaCertificateChain() argument150 OT_ASSERT(aX509CaCertificateChain != nullptr && aX509CaCertChainLength != 0); in otBleSecureSetCaCertificateChain()152 …ance).Get<Ble::BleSecure>().SetCaCertificateChain(aX509CaCertificateChain, aX509CaCertChainLength); in otBleSecureSetCaCertificateChain()
82 uint32_t aX509CaCertChainLength) in otCoapSecureSetCaCertificateChain() argument85 aX509CaCertChainLength); in otCoapSecureSetCaCertificateChain()
300 uint32_t aX509CaCertChainLength);
214 uint32_t aX509CaCertChainLength);
1161 uint32_t aX509CaCertChainLength) in SetCaCertificateChain() argument1163 OT_ASSERT(aX509CaCertChainLength > 0); in SetCaCertificateChain()1167 mEcdheEcdsaInfo.mCaChainLength = aX509CaCertChainLength; in SetCaCertificateChain()
409 …oid SetCaCertificateChain(const uint8_t *aX509CaCertificateChain, uint32_t aX509CaCertChainLength);