Searched refs:cipher_operation (Results 1 – 4 of 4) sorted by relevance
/mbedtls-latest/programs/psa/ |
D | crypto_examples.c | 49 static psa_status_t cipher_operation(psa_cipher_operation_t *operation, in cipher_operation() function 106 status = cipher_operation(&operation, input, input_size, part_size, in cipher_encrypt() 136 status = cipher_operation(&operation, input, input_size, part_size, in cipher_decrypt()
|
/mbedtls-latest/library/ |
D | psa_crypto_cipher.c | 287 mbedtls_operation_t cipher_operation) in psa_cipher_setup() argument 319 192, cipher_operation); in psa_cipher_setup() 324 (int) key_bits, cipher_operation); in psa_cipher_setup()
|
D | psa_crypto.c | 4309 mbedtls_operation_t cipher_operation) argument 4314 psa_key_usage_t usage = (cipher_operation == MBEDTLS_ENCRYPT ? 4347 if (cipher_operation == MBEDTLS_ENCRYPT) {
|
/mbedtls-latest/tests/suites/ |
D | test_suite_psa_crypto_se_driver_hal.function | 679 psa_cipher_operation_t cipher_operation = PSA_CIPHER_OPERATION_INIT; 704 SMOKE_ASSERT(psa_cipher_encrypt_setup(&cipher_operation, key, 706 PSA_ASSERT(psa_cipher_abort(&cipher_operation)); 707 SMOKE_ASSERT(psa_cipher_decrypt_setup(&cipher_operation, key, 709 PSA_ASSERT(psa_cipher_abort(&cipher_operation));
|