Home
last modified time | relevance | path

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

/third_party/mbedtls/programs/psa/
Dcrypto_examples.c61 static psa_status_t cipher_operation( psa_cipher_operation_t *operation, in cipher_operation() function
119 status = cipher_operation( &operation, input, input_size, part_size, in cipher_encrypt()
149 status = cipher_operation( &operation, input, input_size, part_size, in cipher_decrypt()
/third_party/mbedtls/library/
Dpsa_crypto_cipher.c136 mbedtls_operation_t cipher_operation ) in psa_cipher_setup() argument
167 192, cipher_operation ); in psa_cipher_setup()
173 (int) key_bits, cipher_operation ); in psa_cipher_setup()
Dpsa_crypto.c3276 mbedtls_operation_t cipher_operation ) in psa_cipher_setup() argument
3281 psa_key_usage_t usage = ( cipher_operation == MBEDTLS_ENCRYPT ? in psa_cipher_setup()
3317 if( cipher_operation == MBEDTLS_ENCRYPT ) in psa_cipher_setup()
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_se_driver_hal.function666 psa_cipher_operation_t cipher_operation = PSA_CIPHER_OPERATION_INIT;
690 SMOKE_ASSERT( psa_cipher_encrypt_setup( &cipher_operation, key,
692 PSA_ASSERT( psa_cipher_abort( &cipher_operation ) );
693 SMOKE_ASSERT( psa_cipher_decrypt_setup( &cipher_operation, key,
695 PSA_ASSERT( psa_cipher_abort( &cipher_operation ) );