Home
last modified time | relevance | path

Searched refs:psa_mac_operation_t (Results 1 – 18 of 18) sorted by relevance

/mbedtls-latest/include/psa/
Dcrypto.h1291 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/
Dpsa_test_wrappers.h540 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/
Dpsa_test_wrappers.c942 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()
Dpsa_exercise_key.c125 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in exercise_mac_key()
/mbedtls-latest/library/
Dssl_cookie.c194 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()
Dpsa_crypto_driver_wrappers.h2628 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()
Dpsa_crypto.c2574 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;
Dssl_msg.c1044 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/
Dhmac_demo.c117 psa_mac_operation_t op = PSA_MAC_OPERATION_INIT; in hmac_demo()
/mbedtls-latest/tests/suites/
Dtest_suite_constant_time_hmac.function23 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
Dtest_suite_psa_crypto_op_fail.function78 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
Dtest_suite_psa_crypto_driver_wrappers.function1807 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;
Dtest_suite_psa_crypto.function160 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;
Dtest_suite_psa_crypto_se_driver_hal.function678 psa_mac_operation_t mac_operation = PSA_MAC_OPERATION_INIT;
/mbedtls-latest/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers.h.jinja2229 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/
Dssl_helpers.c1620 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_test_ssl_prepare_record_mac()
/mbedtls-latest/docs/architecture/psa-migration/
Dstrategy.md409 of `psa_hash_operation_t` and `psa_mac_operation_t`, then `mbedtls_md_setup()`
/mbedtls-latest/docs/
Dpsa-transition.md567 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…