Home
last modified time | relevance | path

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) in catype2string() argument
110 switch(catype) { in catype2string()
508 int catype) in process_option_ca_crl() argument
515 __FUNCTION__, catype2string(catype), value); in process_option_ca_crl()
534 idtype, catype, residual); in process_option_ca_crl()
H A Dpkinit.h277 char * catype2string(int catype);
H A Dpkinit_crypto.h532 int catype, /* IN
H A Dpkinit_crypto_openssl.c6004 int catype, argument
6017 switch(catype) {
6068 if (xi != NULL && xi->x509 != NULL && catype != CATYPE_CRLS) {
6087 } else if (xi != NULL && xi->crl != NULL && catype == CATYPE_CRLS) {
6111 switch(catype) {
6165 int catype, argument
6196 id_cryptoctx, catype, filename);
6218 int catype, argument
6222 __FUNCTION__, idtype2string(idtype), catype2string(catype));
6227 id_cryptoctx, catype, id);
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcpv6.c423 catype_to_str(uint8_t catype) in catype_to_str() argument
425 switch (catype) { in catype_to_str()