Home
last modified time | relevance | path

Searched refs:aOutput (Results 1 – 2 of 2) sorted by relevance

/modules/openthread/platform/
A Dentropy.c19 otError otPlatEntropyGet(uint8_t *aOutput, uint16_t aOutputLength) in otPlatEntropyGet() argument
23 if ((aOutput == NULL) || (aOutputLength == 0)) { in otPlatEntropyGet()
27 err = sys_csrand_get(aOutput, aOutputLength); in otPlatEntropyGet()
A Dcrypto_psa.c318 otError otPlatCryptoAesEncrypt(otCryptoContext *aContext, const uint8_t *aInput, uint8_t *aOutput) in otPlatCryptoAesEncrypt() argument
325 if (aInput == NULL || aOutput == NULL || !checkContext(aContext, sizeof(psa_key_id_t))) { in otPlatCryptoAesEncrypt()
330 status = psa_cipher_encrypt(*key_ref, PSA_ALG_ECB_NO_PADDING, aInput, block_size, aOutput, in otPlatCryptoAesEncrypt()

Completed in 9 milliseconds