Searched refs:cipher_operation (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/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()
|
/openthread-latest/third_party/mbedtls/repo/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 | 4253 mbedtls_operation_t cipher_operation) in psa_cipher_setup() argument 4258 psa_key_usage_t usage = (cipher_operation == MBEDTLS_ENCRYPT ? in psa_cipher_setup() 4291 if (cipher_operation == MBEDTLS_ENCRYPT) { in psa_cipher_setup()
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_se_driver_hal.function | 666 psa_cipher_operation_t cipher_operation = PSA_CIPHER_OPERATION_INIT; 691 SMOKE_ASSERT(psa_cipher_encrypt_setup(&cipher_operation, key, 693 PSA_ASSERT(psa_cipher_abort(&cipher_operation)); 694 SMOKE_ASSERT(psa_cipher_decrypt_setup(&cipher_operation, key, 696 PSA_ASSERT(psa_cipher_abort(&cipher_operation));
|