Home
last modified time | relevance | path

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

/mcuboot-3.6.0/boot/bootutil/include/bootutil/crypto/
Daes_ctr.h101 static int _bootutil_aes_ctr_crypt(bootutil_aes_ctr_context *ctx, uint8_t *counter, const uint8_t *… in _bootutil_aes_ctr_crypt() function
113 return _bootutil_aes_ctr_crypt(ctx, counter, m, mlen, blk_off, c); in bootutil_aes_ctr_encrypt()
118 return _bootutil_aes_ctr_crypt(ctx, counter, c, clen, blk_off, m); in bootutil_aes_ctr_decrypt()