Lines Matching defs:psa_mac_update
2656 psa_status_t psa_mac_update(psa_mac_operation_t *operation,
5634 status = psa_mac_update(&hkdf->hmac,
5641 status = psa_mac_update(&hkdf->hmac,
5647 status = psa_mac_update(&hkdf->hmac,
5720 status = psa_mac_update(&hmac,
5726 status = psa_mac_update(&hmac,
5734 status = psa_mac_update(&hmac, tls12_prf->Ai, hash_length);
5758 status = psa_mac_update(&hmac, tls12_prf->Ai, hash_length);
5762 status = psa_mac_update(&hmac, tls12_prf->label, tls12_prf->label_length);
5766 status = psa_mac_update(&hmac, tls12_prf->seed, tls12_prf->seed_length);
5893 status = psa_mac_update(&mac_operation, pbkdf2->salt, pbkdf2->salt_length);
5897 status = psa_mac_update(&mac_operation, block_counter, sizeof(block_counter));
6786 status = psa_mac_update(&hkdf->hmac,