Searched refs:__mk_sig (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcrypto.h77 __mk_sig(dh_qop_t, char *, long, gss_buffer_t, dh_key_set_t, dh_signature_t);
H A Dtoken.c459 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 Dcrypto.c348 * __mk_sig: Generate a signature using a given qop over a token of a
354 __mk_sig(dh_qop_t qop, /* The QOP to use */ function

Completed in 46 milliseconds