Searched defs:nc_off (Results 1 – 5 of 5) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/library/ |
D | cipher_wrap.c | 198 static int aes_crypt_ctr_wrap(void *ctx, size_t length, size_t *nc_off, in aes_crypt_ctr_wrap() 805 static int camellia_crypt_ctr_wrap(void *ctx, size_t length, size_t *nc_off, in camellia_crypt_ctr_wrap() 1223 static int aria_crypt_ctr_wrap(void *ctx, size_t length, size_t *nc_off, in aria_crypt_ctr_wrap()
|
D | camellia.c | 624 size_t *nc_off, in mbedtls_camellia_crypt_ctr()
|
D | aria.c | 622 size_t *nc_off, in mbedtls_aria_crypt_ctr()
|
D | aes.c | 1439 size_t *nc_off, in mbedtls_aes_crypt_ctr()
|
/openthread-latest/third_party/mbedtls/repo/programs/test/ |
D | benchmark.c | 783 size_t nc_off; in main() local
|