Searched refs:otPlatCryptoSha256Hash (Results 1 – 5 of 5) sorted by relevance
/openthread-latest/include/openthread/platform/ |
D | crypto.h | 139 struct otPlatCryptoSha256Hash struct 147 typedef struct otPlatCryptoSha256Hash otPlatCryptoSha256Hash; typedef 587 const otPlatCryptoSha256Hash *aHash, 606 const otPlatCryptoSha256Hash *aHash, 627 const otPlatCryptoSha256Hash *aHash, 681 const otPlatCryptoSha256Hash *aHash,
|
/openthread-latest/examples/platforms/simulation/ |
D | crypto.c | 100 const otPlatCryptoSha256Hash *aHash, in otPlatCryptoEcdsaSignUsingKeyRef() 111 const otPlatCryptoSha256Hash *aHash, in otPlatCryptoEcdsaVerifyUsingKeyRef()
|
/openthread-latest/include/openthread/ |
D | crypto.h | 60 typedef otPlatCryptoSha256Hash otCryptoSha256Hash;
|
/openthread-latest/src/core/crypto/ |
D | crypto_platform.cpp | 560 const otPlatCryptoSha256Hash *aHash, in otPlatCryptoEcdsaSign() 619 const otPlatCryptoSha256Hash *aHash, in otPlatCryptoEcdsaVerify() 775 const otPlatCryptoSha256Hash *aHash, in otPlatCryptoEcdsaSign() 786 const otPlatCryptoSha256Hash *aHash, in otPlatCryptoEcdsaVerify()
|
/openthread-latest/tests/unit/ |
D | test_platform.cpp | 554 const otPlatCryptoSha256Hash *aHash, in otPlatCryptoEcdsaSignUsingKeyRef() 565 const otPlatCryptoSha256Hash *aHash, in otPlatCryptoEcdsaVerifyUsingKeyRef()
|