Searched defs:_pkinit_identity_crypto_context (Results 1 – 1 of 1) sorted by relevance
67 struct _pkinit_identity_crypto_context { struct68 pkinit_cred_info creds[MAX_CREDS_ALLOWED+1];70 int cert_index; /* cert to use out of available certs*/71 EVP_PKEY *my_key; /* available user keys if in filesystem */75 int pkcs11_method;76 krb5_prompter_fct prompter;77 void *prompter_data;79 char *p11_module_name;80 CK_SLOT_ID slotid;81 char *token_label;[all …]