mirror of
https://github.com/espressif/openthread.git
synced 2026-08-02 09:07:47 +00:00
[clang-format] apply v14 changes (#8490)
This commit is contained in:
@@ -60,15 +60,15 @@ void otCryptoHmacSha256(const otCryptoKey *aKey, const uint8_t *aBuf, uint16_t a
|
||||
|
||||
void otCryptoAesCcm(const otCryptoKey *aKey,
|
||||
uint8_t aTagLength,
|
||||
const void * aNonce,
|
||||
const void *aNonce,
|
||||
uint8_t aNonceLength,
|
||||
const void * aHeader,
|
||||
const void *aHeader,
|
||||
uint32_t aHeaderLength,
|
||||
void * aPlainText,
|
||||
void * aCipherText,
|
||||
void *aPlainText,
|
||||
void *aCipherText,
|
||||
uint32_t aLength,
|
||||
bool aEncrypt,
|
||||
void * aTag)
|
||||
void *aTag)
|
||||
{
|
||||
AesCcm aesCcm;
|
||||
|
||||
@@ -92,8 +92,8 @@ void otCryptoAesCcm(const otCryptoKey *aKey,
|
||||
|
||||
#if OPENTHREAD_CONFIG_ECDSA_ENABLE
|
||||
|
||||
otError otCryptoEcdsaSign(uint8_t * aOutput,
|
||||
uint16_t * aOutputLength,
|
||||
otError otCryptoEcdsaSign(uint8_t *aOutput,
|
||||
uint16_t *aOutputLength,
|
||||
const uint8_t *aInputHash,
|
||||
uint16_t aInputHashLength,
|
||||
const uint8_t *aPrivateKey,
|
||||
|
||||
Reference in New Issue
Block a user