Searched refs:otCryptoKey (Results 1 – 6 of 6) sorted by relevance
/openthread-latest/include/openthread/platform/ |
D | crypto.h | 110 typedef struct otCryptoKey struct 115 } otCryptoKey; argument 324 otError otPlatCryptoHmacSha256Start(otCryptoContext *aContext, const otCryptoKey *aKey); 377 otError otPlatCryptoAesSetKey(otCryptoContext *aContext, const otCryptoKey *aKey); 450 const otCryptoKey *aInputKey);
|
/openthread-latest/include/openthread/ |
D | crypto.h | 70 void otCryptoHmacSha256(const otCryptoKey *aKey, const uint8_t *aBuf, uint16_t aBufLength, otCrypto… 90 void otCryptoAesCcm(const otCryptoKey *aKey,
|
/openthread-latest/src/core/api/ |
D | crypto_api.cpp | 44 void otCryptoHmacSha256(const otCryptoKey *aKey, const uint8_t *aBuf, uint16_t aBufLength, otCrypto… in otCryptoHmacSha256() 55 void otCryptoAesCcm(const otCryptoKey *aKey, in otCryptoAesCcm()
|
/openthread-latest/src/core/crypto/ |
D | storage.hpp | 265 class Key : public otCryptoKey, public Clearable<Key> 389 DefineCoreType(otCryptoKey, Crypto::Key);
|
D | crypto_platform.cpp | 103 OT_TOOL_WEAK otError otPlatCryptoAesSetKey(otCryptoContext *aContext, const otCryptoKey *aKey) in otPlatCryptoAesSetKey() 186 OT_TOOL_WEAK otError otPlatCryptoHmacSha256Start(otCryptoContext *aContext, const otCryptoKey *aKey) in otPlatCryptoHmacSha256Start() 311 const otCryptoKey *aInputKey) in otPlatCryptoHkdfExtract()
|
/openthread-latest/tests/unit/ |
D | test_hmac_sha256.cpp | 144 otCryptoKey mKey; in TestHmacSha256()
|