Searched refs:cipher_operation (Results 1 – 4 of 4) sorted by relevance
/third_party/mbedtls/programs/psa/ |
D | crypto_examples.c | 61 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/ |
D | psa_crypto_cipher.c | 136 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()
|
D | psa_crypto.c | 3276 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/ |
D | test_suite_psa_crypto_se_driver_hal.function | 666 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 ) );
|