Searched refs:catype (Results 1 – 5 of 5) sorted by relevance
| /src/crypto/krb5/src/plugins/preauth/pkinit/ |
| H A D | pkinit_identity.c | 93 catype2string(int catype) in catype2string() argument 95 switch(catype) { in catype2string() 474 int catype) in process_option_ca_crl() argument 481 __FUNCTION__, catype2string(catype), value); in process_option_ca_crl() 500 idtype, catype, residual); in process_option_ca_crl()
|
| H A D | pkinit.h | 270 char * catype2string(int catype);
|
| H A D | pkinit_crypto.h | 441 int catype, /* IN
|
| H A D | pkinit_crypto_openssl.c | 5001 int catype, in load_cas_and_crls() argument 5013 switch(catype) { in load_cas_and_crls() 5062 if (xi != NULL && xi->x509 != NULL && catype != CATYPE_CRLS) { in load_cas_and_crls() 5081 } else if (xi != NULL && xi->crl != NULL && catype == CATYPE_CRLS) { in load_cas_and_crls() 5105 switch(catype) { in load_cas_and_crls() 5159 int catype, in load_cas_and_crls_dir() argument 5183 id_cryptoctx, catype, filename); in load_cas_and_crls_dir() 5203 int catype, in crypto_load_cas_and_crls() argument 5210 id_cryptoctx, catype, id); in crypto_load_cas_and_crls() 5215 id_cryptoctx, catype, id); in crypto_load_cas_and_crls()
|
| /src/crypto/openssh/regress/ |
| H A D | cert-userkey.sh | 39 catype=rsa 41 catype=ed25519 43 ${SSHKEYGEN} -q -N '' -t $catype -f $OBJ/user_ca_key ||\
|