Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_types.cpp330 void KeyMaterial::ConvertToCryptoKey(Crypto::Key &aCryptoKey) const in ConvertToCryptoKey() function in ot::Mac::KeyMaterial
H A Dmac_types.hpp619 void ConvertToCryptoKey(Crypto::Key &aCryptoKey) const;
/aosp_15_r20/external/openthread/src/core/crypto/
H A Daes_ccm.cpp55 aMacKey.ConvertToCryptoKey(cryptoKey); in SetKey()