Searched refs:kt_key (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dsort.c61 const struct berval *kt_key; member in struct:keything
71 return cmp->kc_cmp( cmp->kc_arg, (*L)->kt_key, (*R)->kt_key );
111 kt[i]->kt_key = gen( arg, ld, e );
112 if ( kt[i]->kt_key == NULL ) {
113 if ( fre ) while ( i-- > 0 ) fre( arg, kt[i]->kt_key );
127 if ( fre ) fre( arg, kt[i]->kt_key );
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgic_keytab.c52 krb5_keyblock *kt_key; local
74 ret = krb5_copy_keyblock(context, &kt_ent.key, &kt_key);
78 *as_key = *kt_key;
79 free(kt_key);

Completed in 29 milliseconds