Home
last modified time | relevance | path

Searched refs:otCryptoKey (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/include/openthread/platform/
Dcrypto.h110 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/
Dcrypto.h70 void otCryptoHmacSha256(const otCryptoKey *aKey, const uint8_t *aBuf, uint16_t aBufLength, otCrypto…
90 void otCryptoAesCcm(const otCryptoKey *aKey,
/openthread-latest/src/core/api/
Dcrypto_api.cpp44 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/
Dstorage.hpp265 class Key : public otCryptoKey, public Clearable<Key>
389 DefineCoreType(otCryptoKey, Crypto::Key);
Dcrypto_platform.cpp103 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/
Dtest_hmac_sha256.cpp144 otCryptoKey mKey; in TestHmacSha256()