Searched defs:_pkinit_identity_crypto_context (Results 1 – 1 of 1) sorted by relevance
75 struct _pkinit_identity_crypto_context { struct76 pkinit_cred_info creds[MAX_CREDS_ALLOWED+1];78 int cert_index; /* cert to use out of available certs*/79 EVP_PKEY *my_key; /* available user keys if in filesystem */83 int pkcs11_method;84 krb5_prompter_fct prompter;85 void *prompter_data;87 char *p11_module_name;88 CK_SLOT_ID slotid;89 char *token_label;[all …]