Home
last modified time | relevance | path

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

/mbedtls-development/include/psa/
A Dcrypto.h1302 typedef struct psa_mac_operation_s psa_mac_operation_t; typedef
1312 static psa_mac_operation_t psa_mac_operation_init(void);
1373 psa_status_t psa_mac_sign_setup(psa_mac_operation_t *operation,
1436 psa_status_t psa_mac_verify_setup(psa_mac_operation_t *operation,
1467 psa_status_t psa_mac_update(psa_mac_operation_t *operation,
1517 psa_status_t psa_mac_sign_finish(psa_mac_operation_t *operation,
1561 psa_status_t psa_mac_verify_finish(psa_mac_operation_t *operation,
1590 psa_status_t psa_mac_abort(psa_mac_operation_t *operation);
A Dcrypto_struct.h189 psa_mac_operation_t MBEDTLS_PRIVATE(hmac);
/mbedtls-development/library/
A Dpsa_crypto_driver_wrappers.h292 psa_mac_operation_t *operation,
299 psa_mac_operation_t *operation,
306 psa_mac_operation_t *operation,
311 psa_mac_operation_t *operation,
317 psa_mac_operation_t *operation,
322 psa_mac_operation_t *operation );
A Dpsa_crypto_driver_wrappers.c2016 psa_mac_operation_t *operation, in psa_driver_wrapper_mac_sign_setup()
2087 psa_mac_operation_t *operation, in psa_driver_wrapper_mac_verify_setup()
2158 psa_mac_operation_t *operation, in psa_driver_wrapper_mac_update()
2191 psa_mac_operation_t *operation, in psa_driver_wrapper_mac_sign_finish()
2226 psa_mac_operation_t *operation, in psa_driver_wrapper_mac_verify_finish()
2259 psa_mac_operation_t *operation ) in psa_driver_wrapper_mac_abort()
A Dpsa_crypto.c2280 psa_status_t psa_mac_abort( psa_mac_operation_t *operation ) in psa_mac_abort()
2334 static psa_status_t psa_mac_setup( psa_mac_operation_t *operation, in psa_mac_setup()
2395 psa_status_t psa_mac_sign_setup( psa_mac_operation_t *operation, in psa_mac_sign_setup()
2402 psa_status_t psa_mac_verify_setup( psa_mac_operation_t *operation, in psa_mac_verify_setup()
2409 psa_status_t psa_mac_update( psa_mac_operation_t *operation, in psa_mac_update()
2429 psa_status_t psa_mac_sign_finish( psa_mac_operation_t *operation, in psa_mac_sign_finish()
2489 psa_status_t psa_mac_verify_finish( psa_mac_operation_t *operation, in psa_mac_verify_finish()
4246 psa_mac_operation_t *operation, in psa_key_derivation_start_hmac()
4453 psa_mac_operation_t hmac = PSA_MAC_OPERATION_INIT; in psa_key_derivation_tls12_prf_generate_next_block()
/mbedtls-development/tests/src/
A Dpsa_exercise_key.c120 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in exercise_mac_key()
/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto.function146 psa_mac_operation_t *operation,
1124 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
2196 psa_mac_operation_t func = psa_mac_operation_init( );
2197 psa_mac_operation_t init = PSA_MAC_OPERATION_INIT;
2198 psa_mac_operation_t zero;
2229 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
2269 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
2393 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
2481 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
A Dtest_suite_psa_crypto_driver_wrappers.function1161 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
1288 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
A Dtest_suite_psa_crypto_se_driver_hal.function665 psa_mac_operation_t mac_operation = PSA_MAC_OPERATION_INIT;

Completed in 32 milliseconds