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 | 1303 typedef struct psa_mac_operation_s psa_mac_operation_t; typedef 1313 static psa_mac_operation_t psa_mac_operation_init(void); 1373 psa_status_t psa_mac_sign_setup(psa_mac_operation_t *operation, 1435 psa_status_t psa_mac_verify_setup(psa_mac_operation_t *operation, 1465 psa_status_t psa_mac_update(psa_mac_operation_t *operation, 1514 psa_status_t psa_mac_sign_finish(psa_mac_operation_t *operation, 1557 psa_status_t psa_mac_verify_finish(psa_mac_operation_t *operation, 1586 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 | 2623 psa_status_t psa_mac_abort(psa_mac_operation_t *operation) in psa_mac_abort() 2691 static psa_status_t psa_mac_setup(psa_mac_operation_t *operation, in psa_mac_setup() 2754 psa_status_t psa_mac_sign_setup(psa_mac_operation_t *operation, in psa_mac_sign_setup() 2761 psa_status_t psa_mac_verify_setup(psa_mac_operation_t *operation, in psa_mac_verify_setup() 2768 psa_status_t psa_mac_update(psa_mac_operation_t *operation, in psa_mac_update() 2802 psa_status_t psa_mac_sign_finish(psa_mac_operation_t *operation, in psa_mac_sign_finish() 2861 psa_status_t psa_mac_verify_finish(psa_mac_operation_t *operation, in psa_mac_verify_finish() 5660 psa_mac_operation_t *operation, in psa_key_derivation_start_hmac() 5903 psa_mac_operation_t hmac; in psa_key_derivation_tls12_prf_generate_next_block() 6104 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()
|