Searched refs:POS_ATTRS (Results 1 – 2 of 2) sorted by relevance
144 MD5Update(&ctx, &h->out[POS_ATTRS], h->out_len - POS_ATTRS); in insert_request_authenticator()167 HMAC_Update(ctx, &h->out[POS_ATTRS], in insert_message_authenticator()168 h->out_len - POS_ATTRS); in insert_message_authenticator()206 if (h->in_len < POS_ATTRS) in is_valid_response()209 if (len < POS_ATTRS || len > h->in_len) in is_valid_response()216 MD5Update(&ctx, &h->in[POS_ATTRS], len - POS_ATTRS); in is_valid_response()230 pos = POS_ATTRS; in is_valid_response()253 HMAC_Update(hctx, &resp[POS_ATTRS], in is_valid_response()254 h->in_len - POS_ATTRS); in is_valid_response()298 if (h->in_len < POS_ATTRS) in is_valid_request()[all …]
64 #define POS_ATTRS 20 /* Start of attributes */ macro