mirror of
https://github.com/espressif/openthread.git
synced 2026-08-04 18:07:47 +00:00
[clang-format] apply v14 changes (#8490)
This commit is contained in:
@@ -250,7 +250,7 @@ OT_TOOL_WEAK otError otPlatEntropyGet(uint8_t *aOutput, uint16_t aOutputLength)
|
||||
|
||||
#if __SANITIZE_ADDRESS__ == 0
|
||||
{
|
||||
FILE * file = nullptr;
|
||||
FILE *file = nullptr;
|
||||
size_t readLength;
|
||||
|
||||
file = fopen("/dev/urandom", "rb");
|
||||
@@ -512,12 +512,12 @@ OT_TOOL_WEAK otError otPlatInfraIfDiscoverNat64Prefix(uint32_t)
|
||||
|
||||
#if OPENTHREAD_CONFIG_PLATFORM_KEY_REFERENCES_ENABLE
|
||||
|
||||
otError otPlatCryptoImportKey(otCryptoKeyRef * aKeyRef,
|
||||
otError otPlatCryptoImportKey(otCryptoKeyRef *aKeyRef,
|
||||
otCryptoKeyType aKeyType,
|
||||
otCryptoKeyAlgorithm aKeyAlgorithm,
|
||||
int aKeyUsage,
|
||||
otCryptoKeyStorage aKeyPersistence,
|
||||
const uint8_t * aKey,
|
||||
const uint8_t *aKey,
|
||||
size_t aKeyLen)
|
||||
{
|
||||
OT_UNUSED_VARIABLE(aKeyRef);
|
||||
|
||||
Reference in New Issue
Block a user