Searched refs:ConvertToCryptoKey (Results 1 – 3 of 3) sorted by relevance
330 void KeyMaterial::ConvertToCryptoKey(Crypto::Key &aCryptoKey) const in ConvertToCryptoKey() function in ot::Mac::KeyMaterial
619 void ConvertToCryptoKey(Crypto::Key &aCryptoKey) const;
55 aMacKey.ConvertToCryptoKey(cryptoKey); in SetKey()