Home
last modified time | relevance | path

Searched refs:deftype (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/krb5/src/lib/gssapi/krb5/
H A Dstore_cred.c45 const char *ccache_name, *deftype; in copy_initiator_creds() local
86 deftype = krb5_cc_get_type(context, defcache); in copy_initiator_creds()
88 if (krb5_cc_support_switch(context, deftype)) { in copy_initiator_creds()
96 ret = krb5_cc_new_unique(context, deftype, NULL, &cache); in copy_initiator_creds()
/freebsd/contrib/mandoc/
H A Droff.c1368 int deftype; /* type of definition to paste */ in roff_expand() local
1443 deftype = ROFFDEF_USER | ROFFDEF_PRE; in roff_expand()
1445 iendarg - iarg, &deftype)) != NULL) in roff_expand()
1991 int deftype; in roff_parse() local
2002 deftype = ROFFDEF_USER | ROFFDEF_REN; in roff_parse()
2003 r->current_string = roff_getstrn(r, mac, maclen, &deftype); in roff_parse()
2004 switch (deftype) { in roff_parse()
2017 else if (deftype == ROFFDEF_UNDEF) { in roff_parse()
2132 int deftype; in roff_block() local
2160 deftype = ROFFDEF_USER; in roff_block()
[all …]
/freebsd/crypto/krb5/src/windows/leashdll/
H A Dkrb5routines.c185 const char * deftype = NULL; in Leash_krb5_kinit() local
211 deftype = pkrb5_cc_get_type(ctx, defcache); in Leash_krb5_kinit()
212 if (me != NULL && pkrb5_cc_support_switch(ctx, deftype)) { in Leash_krb5_kinit()
218 code = pkrb5_cc_new_unique(ctx, deftype, NULL, &cc); in Leash_krb5_kinit()
/freebsd/crypto/krb5/src/clients/kinit/
H A Dkinit.c422 const char *deftype = NULL; in k5_begin() local
451 deftype = krb5_cc_get_type(k5->ctx, defcache); in k5_begin()
535 if (k5->out_cc == NULL && krb5_cc_support_switch(k5->ctx, deftype)) { in k5_begin()
552 ret = krb5_cc_new_unique(k5->ctx, deftype, NULL, &k5->out_cc); in k5_begin()
/freebsd/crypto/openssl/apps/
H A Dpkeyutl.c50 int deftype; in only_nomd() local
52 deftype = EVP_PKEY_get_default_digest_name(pkey, defname, sizeof(defname)); in only_nomd()
53 return deftype == 2 /* Mandatory */ in only_nomd()