Searched refs:catype (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_identity.c107 catype2string(int catype) argument
110 switch(catype) {
508 int catype)
514 pkiDebug("%s: processing catype %s, value '%s'\n",
515 __FUNCTION__, catype2string(catype), value);
534 idtype, catype, residual);
502 process_option_ca_crl(krb5_context context, pkinit_plg_crypto_context plg_cryptoctx, pkinit_req_crypto_context req_cryptoctx, pkinit_identity_opts *idopts, pkinit_identity_crypto_context id_cryptoctx, const char *value, int catype) argument
H A Dpkinit.h277 char * catype2string(int catype);
H A Dpkinit_crypto.h522 * catype, and id
532 int catype, /* IN
H A Dpkinit_crypto_openssl.c5817 int catype,
5830 switch(catype) {
5881 if (xi != NULL && xi->x509 != NULL && catype != CATYPE_CRLS) {
5900 } else if (xi != NULL && xi->crl != NULL && catype == CATYPE_CRLS) {
5924 switch(catype) {
5978 int catype,
6009 id_cryptoctx, catype, filename);
6031 int catype,
6034 pkiDebug("%s: called with idtype %s and catype %s\n",
6035 __FUNCTION__, idtype2string(idtype), catype2string(catype));
5813 load_cas_and_crls(krb5_context context, pkinit_plg_crypto_context plg_cryptoctx, pkinit_req_crypto_context req_cryptoctx, pkinit_identity_crypto_context id_cryptoctx, int catype, char *filename) argument
5974 load_cas_and_crls_dir(krb5_context context, pkinit_plg_crypto_context plg_cryptoctx, pkinit_req_crypto_context req_cryptoctx, pkinit_identity_crypto_context id_cryptoctx, int catype, char *dirname) argument
6025 crypto_load_cas_and_crls(krb5_context context, pkinit_plg_crypto_context plg_cryptoctx, pkinit_req_crypto_context req_cryptoctx, pkinit_identity_opts *idopts, pkinit_identity_crypto_context id_cryptoctx, int idtype, int catype, char *id) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcpv6.c422 catype_to_str(uint8_t catype) argument
424 switch (catype) {

Completed in 97 milliseconds