Lines Matching refs:aContext
325 otError otPlatCryptoHmacSha256Init(otCryptoContext *aContext);
337 otError otPlatCryptoHmacSha256Deinit(otCryptoContext *aContext);
350 otError otPlatCryptoHmacSha256Start(otCryptoContext *aContext, const otCryptoKey *aKey);
364 otError otPlatCryptoHmacSha256Update(otCryptoContext *aContext, const void *aBuf, uint16_t aBufLeng…
378 otError otPlatCryptoHmacSha256Finish(otCryptoContext *aContext, uint8_t *aBuf, size_t aBufLength);
394 otError otPlatCryptoAesInit(otCryptoContext *aContext);
407 otError otPlatCryptoAesSetKey(otCryptoContext *aContext, const otCryptoKey *aKey);
421 otError otPlatCryptoAesEncrypt(otCryptoContext *aContext, const uint8_t *aInput, uint8_t *aOutput);
433 otError otPlatCryptoAesFree(otCryptoContext *aContext);
448 otError otPlatCryptoHkdfInit(otCryptoContext *aContext);
464 otError otPlatCryptoHkdfExpand(otCryptoContext *aContext,
482 otError otPlatCryptoHkdfExtract(otCryptoContext *aContext,
497 otError otPlatCryptoHkdfDeinit(otCryptoContext *aContext);
512 otError otPlatCryptoSha256Init(otCryptoContext *aContext);
524 otError otPlatCryptoSha256Deinit(otCryptoContext *aContext);
536 otError otPlatCryptoSha256Start(otCryptoContext *aContext);
550 otError otPlatCryptoSha256Update(otCryptoContext *aContext, const void *aBuf, uint16_t aBufLength);
564 otError otPlatCryptoSha256Finish(otCryptoContext *aContext, uint8_t *aHash, uint16_t aHashSize);