Searched refs:scert2 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/cms/
H A Dcms_sign2.c9 X509 *scert = NULL, *scert2 = NULL; local
35 scert2 = PEM_read_bio_X509(tbio, NULL, 0, NULL);
41 if (!scert2 || !skey2)
59 if (!CMS_add1_signer(cms, scert2, skey2, NULL, 0))
88 if (scert2)
89 X509_free(scert2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/smime/
H A Dsmsign2.c9 X509 *scert = NULL, *scert2 = NULL; local
35 scert2 = PEM_read_bio_X509(tbio, NULL, 0, NULL);
41 if (!scert2 || !skey2)
59 if (!PKCS7_sign_add_signer(p7, scert2, skey2, NULL, 0))
88 if (scert2)
89 X509_free(scert2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/cms/
H A Dcms_sign2.c9 X509 *scert = NULL, *scert2 = NULL; local
35 scert2 = PEM_read_bio_X509(tbio, NULL, 0, NULL);
41 if (!scert2 || !skey2)
59 if (!CMS_add1_signer(cms, scert2, skey2, NULL, 0))
88 if (scert2)
89 X509_free(scert2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/smime/
H A Dsmsign2.c9 X509 *scert = NULL, *scert2 = NULL; local
35 scert2 = PEM_read_bio_X509(tbio, NULL, 0, NULL);
41 if (!scert2 || !skey2)
59 if (!PKCS7_sign_add_signer(p7, scert2, skey2, NULL, 0))
88 if (scert2)
89 X509_free(scert2);

Completed in 66 milliseconds