Home
last modified time | relevance | path

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

12

/optee_os/lib/libmbedtls/core/
A Daes_ctr.c122 static void next_ctr(unsigned char stream_block[16], mbedtls_aes_context *ctx, in next_ctr()
127 crypto_accel_aes_ctr_be_enc(stream_block, zeroes, ctx->key, in next_ctr()
133 unsigned char stream_block[16], in mbedtls_aes_crypt_ctr()
146 output[offs] = stream_block[*nc_off] ^ input[offs]; in mbedtls_aes_crypt_ctr()
164 next_ctr(stream_block, ctx, nonce_counter); in mbedtls_aes_crypt_ctr()
165 output[offs] = stream_block[*nc_off] ^ input[offs]; in mbedtls_aes_crypt_ctr()
/optee_os/lib/libmbedtls/mbedtls/library/
A Dcamellia.c690 unsigned char stream_block[16], in mbedtls_camellia_crypt_ctr()
698 CAMELLIA_VALIDATE_RET( stream_block != NULL ); in mbedtls_camellia_crypt_ctr()
711 stream_block ); in mbedtls_camellia_crypt_ctr()
718 *output++ = (unsigned char)( c ^ stream_block[n] ); in mbedtls_camellia_crypt_ctr()
943 unsigned char stream_block[16]; in mbedtls_camellia_self_test() local
1067 mbedtls_camellia_crypt_ctr( &ctx, len, &offset, nonce_counter, stream_block, in mbedtls_camellia_self_test()
1082 mbedtls_camellia_crypt_ctr( &ctx, len, &offset, nonce_counter, stream_block, in mbedtls_camellia_self_test()
A Dblowfish.c391 unsigned char stream_block[MBEDTLS_BLOWFISH_BLOCKSIZE], in mbedtls_blowfish_crypt_ctr()
399 BLOWFISH_VALIDATE_RET( stream_block != NULL ); in mbedtls_blowfish_crypt_ctr()
412 stream_block ); in mbedtls_blowfish_crypt_ctr()
419 *output++ = (unsigned char)( c ^ stream_block[n] ); in mbedtls_blowfish_crypt_ctr()
A Dcipher_wrap.c175 unsigned char *nonce_counter, unsigned char *stream_block, in aes_crypt_ctr_wrap() argument
179 stream_block, input, output ); in aes_crypt_ctr_wrap()
705 unsigned char *nonce_counter, unsigned char *stream_block, in camellia_crypt_ctr_wrap() argument
709 nonce_counter, stream_block, input, output ); in camellia_crypt_ctr_wrap()
1089 unsigned char *nonce_counter, unsigned char *stream_block, in aria_crypt_ctr_wrap() argument
1093 nonce_counter, stream_block, input, output ); in aria_crypt_ctr_wrap()
1749 unsigned char *nonce_counter, unsigned char *stream_block, in blowfish_crypt_ctr_wrap() argument
1753 nonce_counter, stream_block, input, output ); in blowfish_crypt_ctr_wrap()
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dcamellia.h304 unsigned char stream_block[16],
A Dblowfish.h276 unsigned char stream_block[MBEDTLS_BLOWFISH_BLOCKSIZE],
A Daria.h351 unsigned char stream_block[MBEDTLS_ARIA_BLOCKSIZE],
A Dcipher_internal.h80 unsigned char *nonce_counter, unsigned char *stream_block,
A Daes.h585 unsigned char stream_block[16],
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dcamellia.h304 unsigned char stream_block[16],
A Dblowfish.h276 unsigned char stream_block[MBEDTLS_BLOWFISH_BLOCKSIZE],
A Daria.h351 unsigned char stream_block[MBEDTLS_ARIA_BLOCKSIZE],
A Dcipher_internal.h80 unsigned char *nonce_counter, unsigned char *stream_block,
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dcamellia.h304 unsigned char stream_block[16],
A Dblowfish.h276 unsigned char stream_block[MBEDTLS_BLOWFISH_BLOCKSIZE],
A Daria.h351 unsigned char stream_block[MBEDTLS_ARIA_BLOCKSIZE],
A Dcipher_internal.h80 unsigned char *nonce_counter, unsigned char *stream_block,
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dcamellia.h304 unsigned char stream_block[16],
A Dblowfish.h276 unsigned char stream_block[MBEDTLS_BLOWFISH_BLOCKSIZE],
A Daria.h351 unsigned char stream_block[MBEDTLS_ARIA_BLOCKSIZE],
A Dcipher_internal.h80 unsigned char *nonce_counter, unsigned char *stream_block,
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dcamellia.h304 unsigned char stream_block[16],
A Dblowfish.h276 unsigned char stream_block[MBEDTLS_BLOWFISH_BLOCKSIZE],
A Daria.h351 unsigned char stream_block[MBEDTLS_ARIA_BLOCKSIZE],
A Dcipher_internal.h80 unsigned char *nonce_counter, unsigned char *stream_block,

Completed in 24 milliseconds

12