Searched refs:stream_block (Results 1 – 8 of 8) sorted by relevance
/net-tools-2.7.6/mbedtls-2.4.0/library/ |
D | camellia.c | 664 unsigned char stream_block[16], in mbedtls_camellia_crypt_ctr() 675 stream_block ); in mbedtls_camellia_crypt_ctr() 682 *output++ = (unsigned char)( c ^ stream_block[n] ); in mbedtls_camellia_crypt_ctr() 907 unsigned char stream_block[16]; in mbedtls_camellia_self_test() local 1031 mbedtls_camellia_crypt_ctr( &ctx, len, &offset, nonce_counter, stream_block, in mbedtls_camellia_self_test() 1047 mbedtls_camellia_crypt_ctr( &ctx, len, &offset, nonce_counter, stream_block, in mbedtls_camellia_self_test()
|
D | blowfish.c | 367 unsigned char stream_block[MBEDTLS_BLOWFISH_BLOCKSIZE], in mbedtls_blowfish_crypt_ctr() 378 stream_block ); in mbedtls_blowfish_crypt_ctr() 385 *output++ = (unsigned char)( c ^ stream_block[n] ); in mbedtls_blowfish_crypt_ctr()
|
D | cipher_wrap.c | 143 unsigned char *nonce_counter, unsigned char *stream_block, in aes_crypt_ctr_wrap() argument 147 stream_block, input, output ); in aes_crypt_ctr_wrap() 499 unsigned char *nonce_counter, unsigned char *stream_block, in camellia_crypt_ctr_wrap() argument 503 nonce_counter, stream_block, input, output ); in camellia_crypt_ctr_wrap() 1110 unsigned char *nonce_counter, unsigned char *stream_block, in blowfish_crypt_ctr_wrap() argument 1114 nonce_counter, stream_block, input, output ); in blowfish_crypt_ctr_wrap()
|
D | aes.c | 1010 unsigned char stream_block[16], in mbedtls_aes_crypt_ctr() 1020 mbedtls_aes_crypt_ecb( ctx, MBEDTLS_AES_ENCRYPT, nonce_counter, stream_block ); in mbedtls_aes_crypt_ctr() 1027 *output++ = (unsigned char)( c ^ stream_block[n] ); in mbedtls_aes_crypt_ctr() 1237 unsigned char stream_block[16]; in mbedtls_aes_self_test() local 1444 mbedtls_aes_crypt_ctr( &ctx, len, &offset, nonce_counter, stream_block, in mbedtls_aes_self_test() 1461 mbedtls_aes_crypt_ctr( &ctx, len, &offset, nonce_counter, stream_block, in mbedtls_aes_self_test()
|
/net-tools-2.7.6/mbedtls-2.4.0/include/mbedtls/ |
D | camellia.h | 207 unsigned char stream_block[16],
|
D | cipher_internal.h | 69 unsigned char *nonce_counter, unsigned char *stream_block,
|
D | blowfish.h | 190 unsigned char stream_block[MBEDTLS_BLOWFISH_BLOCKSIZE],
|
D | aes.h | 243 unsigned char stream_block[16],
|