Lines Matching defs:psa_mac_operation_t
1265 * psa_mac_operation_t operation;
1270 * psa_mac_operation_t operation = {0};
1275 * psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT;
1280 * psa_mac_operation_t operation;
1288 typedef struct psa_mac_operation_s psa_mac_operation_t;
1293 * #psa_mac_operation_t.
1298 static psa_mac_operation_t psa_mac_operation_init(void);
1311 * documentation for #psa_mac_operation_t, e.g. #PSA_MAC_OPERATION_INIT.
1331 * #psa_mac_operation_t and not yet in use.
1358 psa_status_t psa_mac_sign_setup(psa_mac_operation_t *operation,
1371 * documentation for #psa_mac_operation_t, e.g. #PSA_MAC_OPERATION_INIT.
1392 * #psa_mac_operation_t and not yet in use.
1420 psa_status_t psa_mac_verify_setup(psa_mac_operation_t *operation,
1450 psa_status_t psa_mac_update(psa_mac_operation_t *operation,
1499 psa_status_t psa_mac_sign_finish(psa_mac_operation_t *operation,
1542 psa_status_t psa_mac_verify_finish(psa_mac_operation_t *operation,
1554 * been initialized by one of the methods described in #psa_mac_operation_t.
1571 psa_status_t psa_mac_abort(psa_mac_operation_t *operation);