Lines Matching defs:found_cert
139 CERTCertificate *found_cert = NULL;
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->nickname, ':')) == NULL) {
522 label = found_cert->nickname;
530 cert_b64 = sss_base64_encode(mem_ctx, found_cert->derCert.data,
531 found_cert->derCert.len);