Home
last modified time | relevance | path

Searched defs:nc_off (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/library/
Dcipher_wrap.c198 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()
Dcamellia.c624 size_t *nc_off, in mbedtls_camellia_crypt_ctr()
Daria.c622 size_t *nc_off, in mbedtls_aria_crypt_ctr()
Daes.c1439 size_t *nc_off, in mbedtls_aes_crypt_ctr()
/openthread-latest/third_party/mbedtls/repo/programs/test/
Dbenchmark.c783 size_t nc_off; in main() local