Home
last modified time | relevance | path

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

12

/optee_os/lib/libmbedtls/core/
A Daes_ctr.c123 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 Dcamellia.c689 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 Dblowfish.c390 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 Dcipher_wrap.c175 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 Dcamellia.h303 unsigned char nonce_counter[16],
A Dblowfish.h275 unsigned char nonce_counter[MBEDTLS_BLOWFISH_BLOCKSIZE],
A Daria.h350 unsigned char nonce_counter[MBEDTLS_ARIA_BLOCKSIZE],
A Dcipher_internal.h80 unsigned char *nonce_counter, unsigned char *stream_block,
A Daes.h584 unsigned char nonce_counter[16],
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dcamellia.h303 unsigned char nonce_counter[16],
A Dblowfish.h275 unsigned char nonce_counter[MBEDTLS_BLOWFISH_BLOCKSIZE],
A Daria.h350 unsigned char nonce_counter[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.h303 unsigned char nonce_counter[16],
A Dblowfish.h275 unsigned char nonce_counter[MBEDTLS_BLOWFISH_BLOCKSIZE],
A Daria.h350 unsigned char nonce_counter[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.h303 unsigned char nonce_counter[16],
A Dblowfish.h275 unsigned char nonce_counter[MBEDTLS_BLOWFISH_BLOCKSIZE],
A Daria.h350 unsigned char nonce_counter[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.h303 unsigned char nonce_counter[16],
A Dblowfish.h275 unsigned char nonce_counter[MBEDTLS_BLOWFISH_BLOCKSIZE],
A Daria.h350 unsigned char nonce_counter[MBEDTLS_ARIA_BLOCKSIZE],
A Dcipher_internal.h80 unsigned char *nonce_counter, unsigned char *stream_block,

Completed in 26 milliseconds

12