Home
last modified time | relevance | path

Searched refs:input_size (Results 1 – 4 of 4) sorted by relevance

/mbedtls-development/programs/psa/
A Dcrypto_examples.c63 size_t input_size, in cipher_operation() argument
73 while( bytes_written != input_size ) in cipher_operation()
77 input_size - bytes_written ); in cipher_operation()
102 size_t input_size, in cipher_encrypt() argument
133 size_t input_size, in cipher_decrypt() argument
212 input_size = 100, in cipher_example_encrypt_decrypt_aes_cbc_pkcs7_multi() enumerator
222 uint8_t iv[block_size], input[input_size], in cipher_example_encrypt_decrypt_aes_cbc_pkcs7_multi()
223 encrypt[input_size + block_size], decrypt[input_size + block_size]; in cipher_example_encrypt_decrypt_aes_cbc_pkcs7_multi()
260 input_size = 100, in cipher_example_encrypt_decrypt_aes_ctr_multi() enumerator
269 uint8_t iv[block_size], input[input_size], encrypt[input_size], in cipher_example_encrypt_decrypt_aes_ctr_multi()
[all …]
A Dkey_ladder_demo.c367 size_t input_size; in wrap_data() local
385 input_size = input_position; in wrap_data()
389 PSA_AEAD_ENCRYPT_OUTPUT_SIZE( key_type, WRAPPING_ALG, input_size ); in wrap_data()
391 if( buffer_size < input_size ) in wrap_data()
401 SYS_CHECK( fread( buffer, 1, input_size, input_file ) == input_size ); in wrap_data()
408 header.payload_size = input_size; in wrap_data()
415 buffer, input_size, in wrap_data()
/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto_entropy.function81 size_t input_size = input_size_arg;
87 ASSERT_ALLOC( input, input_size );
94 input, input_size,
106 input, input_size,
/mbedtls-development/include/psa/
A Dcrypto_se_driver.h436 size_t input_size,
496 size_t input_size,

Completed in 7 milliseconds