Searched refs:otCryptoKey (Results 1 – 6 of 6) sorted by relevance
/openthread-3.6.0/include/openthread/platform/ |
D | crypto.h | 117 typedef struct otCryptoKey struct 122 } otCryptoKey; argument 350 otError otPlatCryptoHmacSha256Start(otCryptoContext *aContext, const otCryptoKey *aKey); 407 otError otPlatCryptoAesSetKey(otCryptoContext *aContext, const otCryptoKey *aKey); 485 const otCryptoKey *aInputKey);
|
/openthread-3.6.0/include/openthread/ |
D | crypto.h | 73 void otCryptoHmacSha256(const otCryptoKey *aKey, const uint8_t *aBuf, uint16_t aBufLength, otCrypto… 94 void otCryptoAesCcm(const otCryptoKey *aKey,
|
/openthread-3.6.0/src/core/api/ |
D | crypto_api.cpp | 50 void otCryptoHmacSha256(const otCryptoKey *aKey, const uint8_t *aBuf, uint16_t aBufLength, otCrypto… in otCryptoHmacSha256() 61 void otCryptoAesCcm(const otCryptoKey *aKey, in otCryptoAesCcm()
|
/openthread-3.6.0/src/core/crypto/ |
D | storage.hpp | 210 class Key : public otCryptoKey, public Clearable<Key> 345 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-3.6.0/tests/unit/ |
D | test_hmac_sha256.cpp | 144 otCryptoKey mKey; in TestHmacSha256()
|