Lines Matching refs:psa_mac_update
2712 psa_status_t psa_mac_update(psa_mac_operation_t *operation, function
5696 status = psa_mac_update(&hkdf->hmac,
5703 status = psa_mac_update(&hkdf->hmac,
5709 status = psa_mac_update(&hkdf->hmac,
5782 status = psa_mac_update(&hmac,
5788 status = psa_mac_update(&hmac,
5796 status = psa_mac_update(&hmac, tls12_prf->Ai, hash_length);
5820 status = psa_mac_update(&hmac, tls12_prf->Ai, hash_length);
5824 status = psa_mac_update(&hmac, tls12_prf->label, tls12_prf->label_length);
5828 status = psa_mac_update(&hmac, tls12_prf->seed, tls12_prf->seed_length);
5955 status = psa_mac_update(&mac_operation, pbkdf2->salt, pbkdf2->salt_length);
5959 status = psa_mac_update(&mac_operation, block_counter, sizeof(block_counter));
6865 status = psa_mac_update(&hkdf->hmac,