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

/solaris-userland/components/krb5/Solaris/
H A Dg_utils.c125 num_str = name; /* will contain mech */
130 qop_num_pairs[qop_num_pair_cnt].mech = strdup(name);
131 if (qop_num_pairs[qop_num_pair_cnt].mech == NULL) {
148 char *mech,
168 if ((strcasecmp(mech, qop_num_pairs[i].mech) == 0) &&
180 char *mech,
197 if (mech == NULL)
204 if ((strcasecmp(mech, qop_num_pairs[i].mech)
146 gssint_qop_to_num( char *qop, char *mech, OM_uint32 *num ) argument
179 gssint_num_to_qop( char *mech, OM_uint32 num, char **qop ) argument
218 gssint_get_mech_info( char *mech, char **qops ) argument
[all...]
H A Dlibgss_stubs.c58 __gss_get_mech_info(char *mech, char **qops) { argument
59 return (gssint_get_mech_info(mech, qops));
63 __gss_num_to_qop(char *mech, OM_uint32 num, char **qop) { argument
64 return (gssint_num_to_qop(mech, num, qop));
68 __gss_qop_to_num(char *qop, char *mech, OM_uint32 *num) { argument
69 return (gssint_qop_to_num(qop, mech, num));
/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.c2245 CK_MECHANISM mech; local
2285 mech.mechanism = p_ciph_table_row->mech_type;
2286 mech.pParameter = NULL;
2287 mech.ulParameterLen = 0;
2301 &mech) == 0) {
2334 if (pk11_init_symmetric(ctx, p_ciph_table_row, sp, &mech) == 0) {
2670 CK_MECHANISM mech; local
2689 mech.mechanism = pdp->mech_type;
2690 mech.pParameter = NULL;
2691 mech
[all...]

Completed in 306 milliseconds