/optee_os/lib/libmbedtls/core/ |
A D | aes_ctr.c | 123 unsigned char nonce_counter[16]) in next_ctr() 128 ctx->round_count, 1, nonce_counter); in next_ctr() 132 size_t *nc_off, unsigned char nonce_counter[16], in mbedtls_aes_crypt_ctr() 158 block_count, nonce_counter); in mbedtls_aes_crypt_ctr() 164 next_ctr(stream_block, ctx, nonce_counter); in mbedtls_aes_crypt_ctr()
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | camellia.c | 689 unsigned char nonce_counter[16], in mbedtls_camellia_crypt_ctr() 697 CAMELLIA_VALIDATE_RET( nonce_counter != NULL ); in mbedtls_camellia_crypt_ctr() 710 mbedtls_camellia_crypt_ecb( ctx, MBEDTLS_CAMELLIA_ENCRYPT, nonce_counter, in mbedtls_camellia_crypt_ctr() 714 if( ++nonce_counter[i - 1] != 0 ) in mbedtls_camellia_crypt_ctr() 942 unsigned char nonce_counter[16]; in mbedtls_camellia_self_test() local 1056 memcpy( nonce_counter, camellia_test_ctr_nonce_counter[u], 16 ); in mbedtls_camellia_self_test() 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 D | blowfish.c | 390 unsigned char nonce_counter[MBEDTLS_BLOWFISH_BLOCKSIZE], in mbedtls_blowfish_crypt_ctr() 398 BLOWFISH_VALIDATE_RET( nonce_counter != NULL ); in mbedtls_blowfish_crypt_ctr() 411 mbedtls_blowfish_crypt_ecb( ctx, MBEDTLS_BLOWFISH_ENCRYPT, nonce_counter, in mbedtls_blowfish_crypt_ctr() 415 if( ++nonce_counter[i - 1] != 0 ) in mbedtls_blowfish_crypt_ctr()
|
A D | cipher_wrap.c | 175 unsigned char *nonce_counter, unsigned char *stream_block, in aes_crypt_ctr_wrap() argument 178 return mbedtls_aes_crypt_ctr( (mbedtls_aes_context *) ctx, length, nc_off, nonce_counter, 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 D | camellia.h | 303 unsigned char nonce_counter[16],
|
A D | blowfish.h | 275 unsigned char nonce_counter[MBEDTLS_BLOWFISH_BLOCKSIZE],
|
A D | aria.h | 350 unsigned char nonce_counter[MBEDTLS_ARIA_BLOCKSIZE],
|
A D | cipher_internal.h | 80 unsigned char *nonce_counter, unsigned char *stream_block,
|
A D | aes.h | 584 unsigned char nonce_counter[16],
|
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | camellia.h | 303 unsigned char nonce_counter[16],
|
A D | blowfish.h | 275 unsigned char nonce_counter[MBEDTLS_BLOWFISH_BLOCKSIZE],
|
A D | aria.h | 350 unsigned char nonce_counter[MBEDTLS_ARIA_BLOCKSIZE],
|
A D | cipher_internal.h | 80 unsigned char *nonce_counter, unsigned char *stream_block,
|
/optee_os/out/arm/export-ta_arm64/include/mbedtls/ |
A D | camellia.h | 303 unsigned char nonce_counter[16],
|
A D | blowfish.h | 275 unsigned char nonce_counter[MBEDTLS_BLOWFISH_BLOCKSIZE],
|
A D | aria.h | 350 unsigned char nonce_counter[MBEDTLS_ARIA_BLOCKSIZE],
|
A D | cipher_internal.h | 80 unsigned char *nonce_counter, unsigned char *stream_block,
|
/optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
A D | camellia.h | 303 unsigned char nonce_counter[16],
|
A D | blowfish.h | 275 unsigned char nonce_counter[MBEDTLS_BLOWFISH_BLOCKSIZE],
|
A D | aria.h | 350 unsigned char nonce_counter[MBEDTLS_ARIA_BLOCKSIZE],
|
A D | cipher_internal.h | 80 unsigned char *nonce_counter, unsigned char *stream_block,
|
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
A D | camellia.h | 303 unsigned char nonce_counter[16],
|
A D | blowfish.h | 275 unsigned char nonce_counter[MBEDTLS_BLOWFISH_BLOCKSIZE],
|
A D | aria.h | 350 unsigned char nonce_counter[MBEDTLS_ARIA_BLOCKSIZE],
|
A D | cipher_internal.h | 80 unsigned char *nonce_counter, unsigned char *stream_block,
|