Home
last modified time | relevance | path

Searched refs:stream_block (Results 1 – 10 of 10) sorted by relevance

/mbedtls-latest/library/
Dcamellia.c626 unsigned char stream_block[16], in mbedtls_camellia_crypt_ctr()
641 stream_block); in mbedtls_camellia_crypt_ctr()
650 *output++ = (unsigned char) (c ^ stream_block[n]); in mbedtls_camellia_crypt_ctr()
875 unsigned char stream_block[16]; in mbedtls_camellia_self_test() local
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
203 stream_block, input, output); 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.c624 unsigned char stream_block[MBEDTLS_ARIA_BLOCKSIZE], in mbedtls_aria_crypt_ctr()
641 stream_block); in mbedtls_aria_crypt_ctr()
650 *output++ = (unsigned char) (c ^ stream_block[n]); in mbedtls_aria_crypt_ctr()
Dcipher_wrap.h107 unsigned char *nonce_counter, unsigned char *stream_block,
Daes.c1441 unsigned char stream_block[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()
1468 mbedtls_xor(&output[i], &input[i], &stream_block[offset], n); in mbedtls_aes_crypt_ctr()
1840 unsigned char stream_block[16]; in mbedtls_aes_self_test() local
2191 stream_block, buf, buf); in mbedtls_aes_self_test()
/mbedtls-latest/tests/suites/
Dtest_suite_aes.function96 unsigned char stream_block[16];
112 memset(stream_block, 0, 16);
120 stream_block, pt->x, output), 0);
125 stream_block, ct->x, output), 0);
/mbedtls-latest/programs/test/
Dbenchmark.c782 uint8_t stream_block[16]; in main() local
791 memset(stream_block, 0, sizeof(stream_block)); in main()
796 TIME_AND_TSC(title, mbedtls_aes_crypt_ctr(&aes, BUFSIZE, &nc_off, tmp, stream_block, in main()
/mbedtls-latest/include/mbedtls/
Dcamellia.h285 unsigned char stream_block[16],
Daria.h325 unsigned char stream_block[MBEDTLS_ARIA_BLOCKSIZE],
Daes.h576 unsigned char stream_block[16],