Home | History | Annotate | Download | only in eap_common

Lines Matching refs:H_Update

30 void H_Update(HMAC_CTX *ctx, const u8 *data, int len)
177 H_Update(&ctx, token, sizeof(u32));
178 H_Update(&ctx, id_peer, id_peer_len);
179 H_Update(&ctx, id_server, id_server_len);
180 H_Update(&ctx, password, password_len);
181 H_Update(&ctx, &ctr, sizeof(ctr));
285 H_Update(&ctx, (u8 *)ciphersuite, sizeof(u32));
287 H_Update(&ctx, cruft, BN_num_bytes(grp->order));
289 H_Update(&ctx, cruft, BN_num_bytes(grp->order));
296 H_Update(&ctx, cruft, BN_num_bytes(grp->prime));
297 H_Update(&ctx, commit_peer, SHA256_DIGEST_LENGTH);
298 H_Update(&ctx, commit_server, SHA256_DIGEST_LENGTH);