Searched refs:krb5_hdr (Results 1 – 1 of 1) sorted by relevance
77 void *krb5_hdr; in setup_token() local86 krb5_hdr = ptr; in setup_token()96 return krb5_hdr; in setup_token()103 void *krb5_hdr; in setup_token_v2() local113 krb5_hdr = ptr = (u16 *)token->data; in setup_token_v2()124 return krb5_hdr; in setup_token_v2()175 void *krb5_hdr; in gss_get_mic_v2() local183 krb5_hdr = setup_token_v2(ctx, token); in gss_get_mic_v2()190 *((__be64 *)(krb5_hdr + 8)) = cpu_to_be64(seq_send); in gss_get_mic_v2()200 if (make_checksum_v2(ctx, krb5_hdr, GSS_KRB5_TOK_HDR_LEN, in gss_get_mic_v2()[all …]