Searched refs:nonce_counter (Results 1 – 8 of 8) sorted by relevance
/mbedtls-latest/library/ |
D | camellia.c | 625 unsigned char nonce_counter[16], in mbedtls_camellia_crypt_ctr() 640 mbedtls_camellia_crypt_ecb(ctx, MBEDTLS_CAMELLIA_ENCRYPT, nonce_counter, in mbedtls_camellia_crypt_ctr() 644 if (++nonce_counter[i - 1] != 0) { in mbedtls_camellia_crypt_ctr() 874 unsigned char nonce_counter[16]; in mbedtls_camellia_self_test() local 1005 memcpy(nonce_counter, camellia_test_ctr_nonce_counter[u], 16); in mbedtls_camellia_self_test() 1015 mbedtls_camellia_crypt_ctr(&ctx, len, &offset, nonce_counter, stream_block, in mbedtls_camellia_self_test() 1028 mbedtls_camellia_crypt_ctr(&ctx, len, &offset, nonce_counter, stream_block, in mbedtls_camellia_self_test()
|
D | cipher_wrap.c | 199 unsigned char *nonce_counter, unsigned char *stream_block, in aes_crypt_ctr_wrap() argument 202 return mbedtls_aes_crypt_ctr((mbedtls_aes_context *) ctx, length, nc_off, nonce_counter, in aes_crypt_ctr_wrap() 806 unsigned char *nonce_counter, unsigned char *stream_block, in camellia_crypt_ctr_wrap() argument 810 nonce_counter, stream_block, input, output); in camellia_crypt_ctr_wrap() 1224 unsigned char *nonce_counter, unsigned char *stream_block, in aria_crypt_ctr_wrap() argument 1228 nonce_counter, stream_block, input, output); in aria_crypt_ctr_wrap()
|
D | aria.c | 623 unsigned char nonce_counter[MBEDTLS_ARIA_BLOCKSIZE], in mbedtls_aria_crypt_ctr() 640 mbedtls_aria_crypt_ecb(ctx, nonce_counter, in mbedtls_aria_crypt_ctr() 644 if (++nonce_counter[i - 1] != 0) { in mbedtls_aria_crypt_ctr()
|
D | cipher_wrap.h | 107 unsigned char *nonce_counter, unsigned char *stream_block,
|
D | aes.c | 1440 unsigned char nonce_counter[16], in mbedtls_aes_crypt_ctr() 1456 ret = mbedtls_aes_crypt_ecb(ctx, MBEDTLS_AES_ENCRYPT, nonce_counter, stream_block); in mbedtls_aes_crypt_ctr() 1460 mbedtls_ctr_increment_counter(nonce_counter); in mbedtls_aes_crypt_ctr() 1839 unsigned char nonce_counter[16]; in mbedtls_aes_self_test() local 2172 memcpy(nonce_counter, aes_test_ctr_nonce_counter[u], 16); in mbedtls_aes_self_test() 2190 ret = mbedtls_aes_crypt_ctr(&ctx, len, &offset, nonce_counter, in mbedtls_aes_self_test()
|
/mbedtls-latest/include/mbedtls/ |
D | camellia.h | 284 unsigned char nonce_counter[16],
|
D | aria.h | 324 unsigned char nonce_counter[MBEDTLS_ARIA_BLOCKSIZE],
|
D | aes.h | 575 unsigned char nonce_counter[16],
|