Searched refs:catype (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_identity.c | 107 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 D | pkinit.h | 277 char * catype2string(int catype);
|
H A D | pkinit_crypto.h | 532 int catype, /* IN
|
H A D | pkinit_crypto_openssl.c | 6004 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 D | snoop_dhcpv6.c | 423 catype_to_str(uint8_t catype) in catype_to_str() argument 425 switch (catype) { in catype_to_str()
|