Searched refs:__mk_sig (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/ |
H A D | crypto.h | 77 __mk_sig(dh_qop_t, char *, long, gss_buffer_t, dh_key_set_t, dh_signature_t);
|
H A D | token.c | 459 stat = __mk_sig(get_qop(objp), xdrs->x_base, 510 * Call __mk_sig in crypto.c to calculate the signature based on 511 * the decoded QOP. __mk_sig will encrypt the signature with the 515 stat = __mk_sig(get_qop(objp), xdrs->x_base,
|
H A D | crypto.c | 358 * __mk_sig: Generate a signature using a given qop over a token of a 364 __mk_sig(dh_qop_t qop, /* The QOP to use */ function
|
Completed in 804 milliseconds