Home
last modified time | relevance | path

Searched refs:psa_cipher_operation_t (Results 1 – 17 of 17) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/include/psa/
Dcrypto.h1701 typedef struct psa_cipher_operation_s psa_cipher_operation_t; typedef
1711 static psa_cipher_operation_t psa_cipher_operation_init(void);
1772 psa_status_t psa_cipher_encrypt_setup(psa_cipher_operation_t *operation,
1835 psa_status_t psa_cipher_decrypt_setup(psa_cipher_operation_t *operation,
1873 psa_status_t psa_cipher_generate_iv(psa_cipher_operation_t *operation,
1914 psa_status_t psa_cipher_set_iv(psa_cipher_operation_t *operation,
1955 psa_status_t psa_cipher_update(psa_cipher_operation_t *operation,
2007 psa_status_t psa_cipher_finish(psa_cipher_operation_t *operation,
2037 psa_status_t psa_cipher_abort(psa_cipher_operation_t *operation);
/openthread-latest/third_party/mbedtls/repo/programs/psa/
Dcrypto_examples.c49 static psa_status_t cipher_operation(psa_cipher_operation_t *operation, in cipher_operation()
96 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; in cipher_encrypt()
127 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; in cipher_decrypt()
/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dpsa_test_wrappers.h185 psa_cipher_operation_t *arg0_operation);
201 psa_cipher_operation_t *arg0_operation,
219 psa_cipher_operation_t *arg0_operation,
226 psa_cipher_operation_t *arg0_operation,
234 psa_cipher_operation_t *arg0_operation,
242 psa_cipher_operation_t *arg0_operation,
249 psa_cipher_operation_t *arg0_operation,
/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_test_wrappers.c316 psa_cipher_operation_t *arg0_operation) in mbedtls_test_wrap_psa_cipher_abort()
346 psa_cipher_operation_t *arg0_operation, in mbedtls_test_wrap_psa_cipher_decrypt_setup()
378 psa_cipher_operation_t *arg0_operation, in mbedtls_test_wrap_psa_cipher_encrypt_setup()
388 psa_cipher_operation_t *arg0_operation, in mbedtls_test_wrap_psa_cipher_finish()
405 psa_cipher_operation_t *arg0_operation, in mbedtls_test_wrap_psa_cipher_generate_iv()
422 psa_cipher_operation_t *arg0_operation, in mbedtls_test_wrap_psa_cipher_set_iv()
438 psa_cipher_operation_t *arg0_operation, in mbedtls_test_wrap_psa_cipher_update()
Dpsa_exercise_key.c180 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; in exercise_cipher_key()
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dctr_drbg.h163 psa_cipher_operation_t operation;
/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto_driver_wrappers.h1244 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_encrypt_setup()
1317 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_decrypt_setup()
1390 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_set_iv()
1425 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_update()
1471 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_finish()
1509 psa_cipher_operation_t *operation ) in psa_driver_wrapper_cipher_abort()
Dpsa_crypto.c4250 static psa_status_t psa_cipher_setup(psa_cipher_operation_t *operation, in psa_cipher_setup()
4315 psa_status_t psa_cipher_encrypt_setup(psa_cipher_operation_t *operation, in psa_cipher_encrypt_setup()
4322 psa_status_t psa_cipher_decrypt_setup(psa_cipher_operation_t *operation, in psa_cipher_decrypt_setup()
4329 psa_status_t psa_cipher_generate_iv(psa_cipher_operation_t *operation, in psa_cipher_generate_iv()
4386 psa_status_t psa_cipher_set_iv(psa_cipher_operation_t *operation, in psa_cipher_set_iv()
4427 psa_status_t psa_cipher_update(psa_cipher_operation_t *operation, in psa_cipher_update()
4470 psa_status_t psa_cipher_finish(psa_cipher_operation_t *operation, in psa_cipher_finish()
4509 psa_status_t psa_cipher_abort(psa_cipher_operation_t *operation) in psa_cipher_abort()
Dcipher.c1325 psa_cipher_operation_t cipher_op = PSA_CIPHER_OPERATION_INIT; in mbedtls_cipher_crypt()
Dssl_msg.c1255 psa_cipher_operation_t cipher_op = PSA_CIPHER_OPERATION_INIT; in mbedtls_ssl_encrypt_buf()
1671 psa_cipher_operation_t cipher_op = PSA_CIPHER_OPERATION_INIT; in mbedtls_ssl_decrypt_buf()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_op_fail.function124 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
Dtest_suite_psa_crypto.function214 psa_cipher_operation_t *operation,
2270 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
3885 psa_cipher_operation_t func = psa_cipher_operation_init();
3886 psa_cipher_operation_t init = PSA_CIPHER_OPERATION_INIT;
3887 psa_cipher_operation_t zero;
3924 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
3963 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
4149 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
4214 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
4249 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
[all …]
Dtest_suite_psa_crypto_driver_wrappers.function1044 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
1139 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
1268 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
1456 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
Dtest_suite_psa_crypto_se_driver_hal.function666 psa_cipher_operation_t cipher_operation = PSA_CIPHER_OPERATION_INIT;
/openthread-latest/third_party/mbedtls/repo/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers.h.jinja1207 psa_cipher_operation_t *operation,
1280 psa_cipher_operation_t *operation,
1353 psa_cipher_operation_t *operation,
1388 psa_cipher_operation_t *operation,
1434 psa_cipher_operation_t *operation,
1472 psa_cipher_operation_t *operation )
/openthread-latest/third_party/mbedtls/repo/tests/src/test_helpers/
Dssl_helpers.c1093 psa_cipher_operation_t cipher_op = PSA_CIPHER_OPERATION_INIT; in mbedtls_test_psa_cipher_encrypt_helper()
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-transition.md376 1. Create an operation object of type [`psa_cipher_operation_t`](https://mbed-tls.readthedocs.io/pr…