Searched defs:found_cert (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/p11_child/
H A Dp11_child_nss.c139 CERTCertificate *found_cert = NULL; local
315 found_cert = NULL;
424 found_cert = cert_list_node->cert;
425 if (found_cert == NULL) {
440 priv_key = PK11_FindPrivateKeyFromCert(slot, found_cert, NULL);
472 pub_key = CERT_ExtractPublicKey(found_cert);
507 found_cert = cert_list_node->cert;
510 key_id_str = get_key_id_str(slot, found_cert);
520 if (found_cert->nickname != NULL) {
521 if ((label = strchr(found_cert
[all...]

Completed in 10 milliseconds