Searched refs:psa_mac_operation_t (Results 1 – 5 of 5) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/include/psa/ |
| H A 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);
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A 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()
|
| H A D | psa_crypto_driver_wrappers.h | 2264 psa_mac_operation_t *operation, in psa_driver_wrapper_mac_sign_setup() 2336 psa_mac_operation_t *operation, in psa_driver_wrapper_mac_verify_setup() 2408 psa_mac_operation_t *operation, in psa_driver_wrapper_mac_update() 2441 psa_mac_operation_t *operation, in psa_driver_wrapper_mac_sign_finish() 2476 psa_mac_operation_t *operation, in psa_driver_wrapper_mac_verify_finish() 2509 psa_mac_operation_t *operation ) in psa_driver_wrapper_mac_abort()
|
| H A D | psa_crypto.c | 2625 psa_status_t psa_mac_abort(psa_mac_operation_t *operation) in psa_mac_abort() 2693 static psa_status_t psa_mac_setup(psa_mac_operation_t *operation, in psa_mac_setup() 2756 psa_status_t psa_mac_sign_setup(psa_mac_operation_t *operation, in psa_mac_sign_setup() 2763 psa_status_t psa_mac_verify_setup(psa_mac_operation_t *operation, in psa_mac_verify_setup() 2770 psa_status_t psa_mac_update(psa_mac_operation_t *operation, in psa_mac_update() 2804 psa_status_t psa_mac_sign_finish(psa_mac_operation_t *operation, in psa_mac_sign_finish() 2863 psa_status_t psa_mac_verify_finish(psa_mac_operation_t *operation, in psa_mac_verify_finish() 5680 psa_mac_operation_t *operation, in psa_key_derivation_start_hmac() 5923 psa_mac_operation_t hmac; in psa_key_derivation_tls12_prf_generate_next_block() 6124 psa_mac_operation_t mac_operation; in psa_key_derivation_pbkdf2_generate_block()
|
| H A D | ssl_msg.c | 1045 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_ssl_encrypt_buf() 1378 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_ssl_encrypt_buf() 1722 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_ssl_decrypt_buf()
|