Searched refs:catype (Results 1 – 5 of 5) sorted by relevance
/titanic_41/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 | 5817 int catype, argument 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, argument 6009 id_cryptoctx, catype, filename); 6031 int catype, argument 6035 __FUNCTION__, idtype2string(idtype), catype2string(catype)); 6040 id_cryptoctx, catype, id); [all …]
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_dhcpv6.c | 422 catype_to_str(uint8_t catype) in catype_to_str() argument 424 switch (catype) { in catype_to_str()
|