Searched refs:stream_block (Results 1 – 8 of 8) sorted by relevance
/mbedtls-development/library/ |
A D | camellia.c | 667 unsigned char stream_block[16], in mbedtls_camellia_crypt_ctr() 675 CAMELLIA_VALIDATE_RET( stream_block != NULL ); in mbedtls_camellia_crypt_ctr() 688 stream_block ); in mbedtls_camellia_crypt_ctr() 695 *output++ = (unsigned char)( c ^ stream_block[n] ); in mbedtls_camellia_crypt_ctr() 920 unsigned char stream_block[16]; in mbedtls_camellia_self_test() local 1044 mbedtls_camellia_crypt_ctr( &ctx, len, &offset, nonce_counter, stream_block, in mbedtls_camellia_self_test() 1059 mbedtls_camellia_crypt_ctr( &ctx, len, &offset, nonce_counter, stream_block, in mbedtls_camellia_self_test()
|
A D | cipher_wrap.h | 76 unsigned char *nonce_counter, unsigned char *stream_block,
|
A D | cipher_wrap.c | 155 unsigned char *nonce_counter, unsigned char *stream_block, in aes_crypt_ctr_wrap() argument 159 stream_block, input, output ); in aes_crypt_ctr_wrap() 710 unsigned char *nonce_counter, unsigned char *stream_block, in camellia_crypt_ctr_wrap() argument 714 nonce_counter, stream_block, input, output ); in camellia_crypt_ctr_wrap() 1119 unsigned char *nonce_counter, unsigned char *stream_block, in aria_crypt_ctr_wrap() argument 1123 nonce_counter, stream_block, input, output ); in aria_crypt_ctr_wrap()
|
A D | aria.c | 720 unsigned char stream_block[MBEDTLS_ARIA_BLOCKSIZE], in mbedtls_aria_crypt_ctr() 731 ARIA_VALIDATE_RET( stream_block != NULL ); in mbedtls_aria_crypt_ctr() 745 stream_block ); in mbedtls_aria_crypt_ctr() 752 *output++ = (unsigned char)( c ^ stream_block[n] ); in mbedtls_aria_crypt_ctr()
|
A D | aes.c | 1387 unsigned char stream_block[16], in mbedtls_aes_crypt_ctr() 1398 AES_VALIDATE_RET( stream_block != NULL ); in mbedtls_aes_crypt_ctr() 1410 ret = mbedtls_aes_crypt_ecb( ctx, MBEDTLS_AES_ENCRYPT, nonce_counter, stream_block ); in mbedtls_aes_crypt_ctr() 1419 *output++ = (unsigned char)( c ^ stream_block[n] ); in mbedtls_aes_crypt_ctr() 1770 unsigned char stream_block[16]; in mbedtls_aes_self_test() local 2073 stream_block, buf, buf ); in mbedtls_aes_self_test()
|
/mbedtls-development/include/mbedtls/ |
A D | camellia.h | 296 unsigned char stream_block[16],
|
A D | aria.h | 340 unsigned char stream_block[MBEDTLS_ARIA_BLOCKSIZE],
|
A D | aes.h | 591 unsigned char stream_block[16],
|
Completed in 16 milliseconds