Searched refs:dh_qop_t (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/ |
H A D | crypto.h | 55 __dh_is_valid_QOP(dh_qop_t qop); 58 __QOPSeal(dh_qop_t qop, gss_buffer_t input, int conf_req, 62 __QOPUnSeal(dh_qop_t qop, gss_buffer_t input, int conf_req, 69 __verify_sig(dh_token_t, dh_qop_t, dh_key_set_t, dh_signature_t); 72 __get_sig_size(dh_qop_t, unsigned int *); 75 __mk_sig(dh_qop_t, char *, long, gss_buffer_t, dh_key_set_t, dh_signature_t); 78 __alloc_sig(dh_qop_t, dh_signature_t); 81 __dh_is_valid_QOP(dh_qop_t);
|
H A D | crypto.c | 284 __dh_is_valid_QOP(dh_qop_t qop) in __dh_is_valid_QOP() 299 __alloc_sig(dh_qop_t qop, dh_signature_t sig) in __alloc_sig() 330 __get_sig_size(dh_qop_t qop, unsigned int *size) in __get_sig_size() 354 __mk_sig(dh_qop_t qop, /* The QOP to use */ in __mk_sig() 394 dh_qop_t qop, /* The QOP to use */ in __verify_sig() 494 __QOPSeal(dh_qop_t qop, /* The QOP to use */ in __QOPSeal() 547 __QOPUnSeal(dh_qop_t qop, /* The QOP to use */ in __QOPUnSeal()
|
H A D | dhmech_prot.x | 62 typedef unsigned int dh_qop_t; typedef 98 dh_qop_t qop;
|
H A D | token.c | 58 static dh_qop_t
|