Searched refs:nc_off (Results 1 – 9 of 9) sorted by relevance
/third_party/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/ |
D | lws-genaes.c | 319 size_t nc_off = 0; in test_genaes_ctr() local 332 if (lws_genaes_crypt(&ctx, ctr, 16, res, nonce_counter, sb, &nc_off, 0)) { in test_genaes_ctr() 348 nc_off = 0; in test_genaes_ctr() 357 if (lws_genaes_crypt(&ctx, res, 16, res1, nonce_counter, sb, &nc_off, 0)) { in test_genaes_ctr()
|
/third_party/mbedtls/library/ |
D | cipher_wrap.c | 150 static int aes_crypt_ctr_wrap(void *ctx, size_t length, size_t *nc_off, in aes_crypt_ctr_wrap() argument 154 return mbedtls_aes_crypt_ctr((mbedtls_aes_context *) ctx, length, nc_off, nonce_counter, in aes_crypt_ctr_wrap() 707 static int camellia_crypt_ctr_wrap(void *ctx, size_t length, size_t *nc_off, in camellia_crypt_ctr_wrap() argument 711 return mbedtls_camellia_crypt_ctr((mbedtls_camellia_context *) ctx, length, nc_off, in camellia_crypt_ctr_wrap() 1117 static int aria_crypt_ctr_wrap(void *ctx, size_t length, size_t *nc_off, in aria_crypt_ctr_wrap() argument 1121 return mbedtls_aria_crypt_ctr((mbedtls_aria_context *) ctx, length, nc_off, in aria_crypt_ctr_wrap()
|
D | aria.c | 654 size_t *nc_off, in mbedtls_aria_crypt_ctr() argument 668 ARIA_VALIDATE_RET(nc_off != NULL); in mbedtls_aria_crypt_ctr() 670 n = *nc_off; in mbedtls_aria_crypt_ctr() 695 *nc_off = n; in mbedtls_aria_crypt_ctr()
|
D | camellia.c | 634 size_t *nc_off, in mbedtls_camellia_crypt_ctr() argument 643 n = *nc_off; in mbedtls_camellia_crypt_ctr() 665 *nc_off = n; in mbedtls_camellia_crypt_ctr()
|
D | cipher_wrap.h | 74 int (*ctr_func)(void *ctx, size_t length, size_t *nc_off,
|
D | aes.c | 1389 size_t *nc_off, in mbedtls_aes_crypt_ctr() argument 1399 n = *nc_off; in mbedtls_aes_crypt_ctr() 1424 *nc_off = n; in mbedtls_aes_crypt_ctr()
|
/third_party/mbedtls/include/mbedtls/ |
D | camellia.h | 293 size_t *nc_off,
|
D | aria.h | 337 size_t *nc_off,
|
D | aes.h | 579 size_t *nc_off,
|