Searched refs:psa_mac_operation_t (Results 1 – 18 of 18) sorted by relevance
| /mbedtls-latest/include/psa/ |
| D | crypto.h | 1291 typedef struct psa_mac_operation_s psa_mac_operation_t; typedef 1301 static psa_mac_operation_t psa_mac_operation_init(void); 1361 psa_status_t psa_mac_sign_setup(psa_mac_operation_t *operation, 1423 psa_status_t psa_mac_verify_setup(psa_mac_operation_t *operation, 1453 psa_status_t psa_mac_update(psa_mac_operation_t *operation, 1502 psa_status_t psa_mac_sign_finish(psa_mac_operation_t *operation, 1545 psa_status_t psa_mac_verify_finish(psa_mac_operation_t *operation, 1574 psa_status_t psa_mac_abort(psa_mac_operation_t *operation);
|
| /mbedtls-latest/tests/include/test/ |
| D | psa_test_wrappers.h | 540 psa_mac_operation_t *arg0_operation); 556 psa_mac_operation_t *arg0_operation, 564 psa_mac_operation_t *arg0_operation, 571 psa_mac_operation_t *arg0_operation, 588 psa_mac_operation_t *arg0_operation, 595 psa_mac_operation_t *arg0_operation,
|
| /mbedtls-latest/tests/src/ |
| D | psa_test_wrappers.c | 942 psa_mac_operation_t *arg0_operation) in mbedtls_test_wrap_psa_mac_abort() 972 psa_mac_operation_t *arg0_operation, in mbedtls_test_wrap_psa_mac_sign_finish() 989 psa_mac_operation_t *arg0_operation, in mbedtls_test_wrap_psa_mac_sign_setup() 999 psa_mac_operation_t *arg0_operation, in mbedtls_test_wrap_psa_mac_update() 1036 psa_mac_operation_t *arg0_operation, in mbedtls_test_wrap_psa_mac_verify_finish() 1052 psa_mac_operation_t *arg0_operation, in mbedtls_test_wrap_psa_mac_verify_setup()
|
| D | psa_exercise_key.c | 125 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in exercise_mac_key()
|
| /mbedtls-latest/library/ |
| D | ssl_cookie.c | 194 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_ssl_cookie_write() 283 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_ssl_cookie_check()
|
| D | psa_crypto_driver_wrappers.h | 2628 psa_mac_operation_t *operation, in psa_driver_wrapper_mac_sign_setup() 2712 psa_mac_operation_t *operation, in psa_driver_wrapper_mac_verify_setup() 2796 psa_mac_operation_t *operation, in psa_driver_wrapper_mac_update() 2833 psa_mac_operation_t *operation, in psa_driver_wrapper_mac_sign_finish() 2873 psa_mac_operation_t *operation, in psa_driver_wrapper_mac_verify_finish() 2912 psa_mac_operation_t *operation ) in psa_driver_wrapper_mac_abort()
|
| D | psa_crypto.c | 2574 psa_status_t psa_mac_abort(psa_mac_operation_t *operation) 2642 static psa_status_t psa_mac_setup(psa_mac_operation_t *operation, 2698 psa_status_t psa_mac_sign_setup(psa_mac_operation_t *operation, 2705 psa_status_t psa_mac_verify_setup(psa_mac_operation_t *operation, 2712 psa_status_t psa_mac_update(psa_mac_operation_t *operation, 2746 psa_status_t psa_mac_sign_finish(psa_mac_operation_t *operation, 2805 psa_status_t psa_mac_verify_finish(psa_mac_operation_t *operation, 5500 psa_mac_operation_t *operation, 5735 psa_mac_operation_t hmac = PSA_MAC_OPERATION_INIT; 5936 psa_mac_operation_t mac_operation = PSA_MAC_OPERATION_INIT;
|
| D | ssl_msg.c | 1044 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_ssl_encrypt_buf() 1377 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_ssl_encrypt_buf() 1721 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_ssl_decrypt_buf()
|
| /mbedtls-latest/programs/psa/ |
| D | hmac_demo.c | 117 psa_mac_operation_t op = PSA_MAC_OPERATION_INIT; in hmac_demo()
|
| /mbedtls-latest/tests/suites/ |
| D | test_suite_constant_time_hmac.function | 23 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
|
| D | test_suite_psa_crypto_op_fail.function | 78 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
|
| D | test_suite_psa_crypto_driver_wrappers.function | 1807 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; 1881 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; 1998 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; 2053 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
|
| D | test_suite_psa_crypto.function | 160 psa_mac_operation_t *operation, 601 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; 2150 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; 3440 psa_mac_operation_t func = psa_mac_operation_init(); 3441 psa_mac_operation_t init = PSA_MAC_OPERATION_INIT; 3442 psa_mac_operation_t zero; 3473 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; 3516 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; 3681 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; 3767 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
|
| D | test_suite_psa_crypto_se_driver_hal.function | 678 psa_mac_operation_t mac_operation = PSA_MAC_OPERATION_INIT;
|
| /mbedtls-latest/scripts/data_files/driver_templates/ |
| D | psa_crypto_driver_wrappers.h.jinja | 2229 psa_mac_operation_t *operation, 2301 psa_mac_operation_t *operation, 2373 psa_mac_operation_t *operation, 2406 psa_mac_operation_t *operation, 2441 psa_mac_operation_t *operation, 2474 psa_mac_operation_t *operation )
|
| /mbedtls-latest/tests/src/test_helpers/ |
| D | ssl_helpers.c | 1620 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_test_ssl_prepare_record_mac()
|
| /mbedtls-latest/docs/architecture/psa-migration/ |
| D | strategy.md | 409 of `psa_hash_operation_t` and `psa_mac_operation_t`, then `mbedtls_md_setup()`
|
| /mbedtls-latest/docs/ |
| D | psa-transition.md | 567 1. Create an operation object of type [`psa_mac_operation_t`](https://mbed-tls.readthedocs.io/proje… 574 1. Create an operation object of type [`psa_mac_operation_t`](https://mbed-tls.readthedocs.io/proje…
|