Searched defs:nc_off (Results 1 - 6 of 6) sorted by relevance
/third_party/mbedtls/library/ |
H A D | aria.c | 620 mbedtls_aria_crypt_ctr(mbedtls_aria_context *ctx, size_t length, size_t *nc_off, unsigned char nonce_counter[MBEDTLS_ARIA_BLOCKSIZE], unsigned char stream_block[MBEDTLS_ARIA_BLOCKSIZE], const unsigned char *input, unsigned char *output) mbedtls_aria_crypt_ctr() argument
|
H A D | camellia.c | 622 mbedtls_camellia_crypt_ctr(mbedtls_camellia_context *ctx, size_t length, size_t *nc_off, unsigned char nonce_counter[16], unsigned char stream_block[16], const unsigned char *input, unsigned char *output) mbedtls_camellia_crypt_ctr() argument
|
H A D | aes.c | 1437 mbedtls_aes_crypt_ctr(mbedtls_aes_context *ctx, size_t length, size_t *nc_off, unsigned char nonce_counter[16], unsigned char stream_block[16], const unsigned char *input, unsigned char *output) mbedtls_aes_crypt_ctr() argument
|
H A 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() argument 805 static int camellia_crypt_ctr_wrap(void *ctx, size_t length, size_t *nc_off, in camellia_crypt_ctr_wrap() argument 1223 static int aria_crypt_ctr_wrap(void *ctx, size_t length, size_t *nc_off, in aria_crypt_ctr_wrap() argument
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/ |
H A D | lws-genaes.c | 319 size_t nc_off = 0; in test_genaes_ctr() local
|
/third_party/mbedtls/programs/test/ |
H A D | benchmark.c | 783 size_t nc_off; in main() local
|
Completed in 12 milliseconds