Home
last modified time | relevance | path

Searched refs:nonce_counter (Results 1 – 8 of 8) sorted by relevance

/mbedtls-latest/library/
Dcamellia.c625 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()
Dcipher_wrap.c199 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()
Daria.c623 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()
Dcipher_wrap.h107 unsigned char *nonce_counter, unsigned char *stream_block,
Daes.c1440 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/
Dcamellia.h284 unsigned char nonce_counter[16],
Daria.h324 unsigned char nonce_counter[MBEDTLS_ARIA_BLOCKSIZE],
Daes.h575 unsigned char nonce_counter[16],