Home
last modified time | relevance | path

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

/net-tools-2.7.6/mbedtls-2.4.0/library/
Dcamellia.c664 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()
Dblowfish.c367 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()
Dcipher_wrap.c143 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()
Daes.c1010 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/
Dcamellia.h207 unsigned char stream_block[16],
Dcipher_internal.h69 unsigned char *nonce_counter, unsigned char *stream_block,
Dblowfish.h190 unsigned char stream_block[MBEDTLS_BLOWFISH_BLOCKSIZE],
Daes.h243 unsigned char stream_block[16],