Lines Matching defs:aContext

107 static bool checkContext(otCryptoContext *aContext, size_t aMinSize)  in checkContext()
220 otError otPlatCryptoHmacSha256Init(otCryptoContext *aContext) in otPlatCryptoHmacSha256Init()
234 otError otPlatCryptoHmacSha256Deinit(otCryptoContext *aContext) in otPlatCryptoHmacSha256Deinit()
247 otError otPlatCryptoHmacSha256Start(otCryptoContext *aContext, const otCryptoKey *aKey) in otPlatCryptoHmacSha256Start()
262 otError otPlatCryptoHmacSha256Update(otCryptoContext *aContext, const void *aBuf, in otPlatCryptoHmacSha256Update()
276 otError otPlatCryptoHmacSha256Finish(otCryptoContext *aContext, uint8_t *aBuf, size_t aBufLength) in otPlatCryptoHmacSha256Finish()
290 otError otPlatCryptoAesInit(otCryptoContext *aContext) in otPlatCryptoAesInit()
304 otError otPlatCryptoAesSetKey(otCryptoContext *aContext, const otCryptoKey *aKey) in otPlatCryptoAesSetKey()
318 otError otPlatCryptoAesEncrypt(otCryptoContext *aContext, const uint8_t *aInput, uint8_t *aOutput) in otPlatCryptoAesEncrypt()
336 otError otPlatCryptoAesFree(otCryptoContext *aContext) in otPlatCryptoAesFree()
341 otError otPlatCryptoSha256Init(otCryptoContext *aContext) in otPlatCryptoSha256Init()
355 otError otPlatCryptoSha256Deinit(otCryptoContext *aContext) in otPlatCryptoSha256Deinit()
368 otError otPlatCryptoSha256Start(otCryptoContext *aContext) in otPlatCryptoSha256Start()
381 otError otPlatCryptoSha256Update(otCryptoContext *aContext, const void *aBuf, uint16_t aBufLength) in otPlatCryptoSha256Update()
394 otError otPlatCryptoSha256Finish(otCryptoContext *aContext, uint8_t *aHash, uint16_t aHashSize) in otPlatCryptoSha256Finish()