Home
last modified time | relevance | path

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

/net-tools-3.7.0/mbedtls-2.4.0/library/
Dcamellia.c663 unsigned char nonce_counter[16], in mbedtls_camellia_crypt_ctr()
674 mbedtls_camellia_crypt_ecb( ctx, MBEDTLS_CAMELLIA_ENCRYPT, nonce_counter, in mbedtls_camellia_crypt_ctr()
678 if( ++nonce_counter[i - 1] != 0 ) in mbedtls_camellia_crypt_ctr()
906 unsigned char nonce_counter[16]; in mbedtls_camellia_self_test() local
1020 memcpy( nonce_counter, camellia_test_ctr_nonce_counter[u], 16 ); in mbedtls_camellia_self_test()
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.c366 unsigned char nonce_counter[MBEDTLS_BLOWFISH_BLOCKSIZE], in mbedtls_blowfish_crypt_ctr()
377 mbedtls_blowfish_crypt_ecb( ctx, MBEDTLS_BLOWFISH_ENCRYPT, nonce_counter, in mbedtls_blowfish_crypt_ctr()
381 if( ++nonce_counter[i - 1] != 0 ) in mbedtls_blowfish_crypt_ctr()
Dcipher_wrap.c143 unsigned char *nonce_counter, unsigned char *stream_block, in aes_crypt_ctr_wrap() argument
146 return mbedtls_aes_crypt_ctr( (mbedtls_aes_context *) ctx, length, nc_off, nonce_counter, 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.c1009 unsigned char nonce_counter[16], in mbedtls_aes_crypt_ctr()
1020 mbedtls_aes_crypt_ecb( ctx, MBEDTLS_AES_ENCRYPT, nonce_counter, stream_block ); in mbedtls_aes_crypt_ctr()
1023 if( ++nonce_counter[i - 1] != 0 ) in mbedtls_aes_crypt_ctr()
1236 unsigned char nonce_counter[16]; in mbedtls_aes_self_test() local
1433 memcpy( nonce_counter, aes_test_ctr_nonce_counter[u], 16 ); in mbedtls_aes_self_test()
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-3.7.0/mbedtls-2.4.0/include/mbedtls/
Dcamellia.h206 unsigned char nonce_counter[16],
Dcipher_internal.h69 unsigned char *nonce_counter, unsigned char *stream_block,
Dblowfish.h189 unsigned char nonce_counter[MBEDTLS_BLOWFISH_BLOCKSIZE],
Daes.h242 unsigned char nonce_counter[16],