Searched refs:PKCS7_set_type (Results 1 – 12 of 12) sorted by relevance
35 if (!PKCS7_set_type(p7, NID_pkcs7_signed)) in PKCS7_sign_ex()459 if (!PKCS7_set_type(p7, NID_pkcs7_enveloped)) in PKCS7_encrypt_ex()
77 if (!PKCS7_set_type(ret, type)) in PKCS7_content_new()115 int PKCS7_set_type(PKCS7 *p7, int type) in PKCS7_set_type() function
106 if (!PKCS7_set_type(p7, NID_pkcs7_encrypted)) { in PKCS12_pack_p7encdata_ex()
259 if (!TEST_true(PKCS7_set_type(p7, NID_pkcs7_data))) in test_bio_i2d_ASN1_mime()
266 int PKCS7_set_type(PKCS7 *p7, int type);
337 int PKCS7_set_type(PKCS7 *p7, int type);
840 PKCS7_set_type(3)
1126 PKCS7_set_type(3)
3345 PKCS7_set_type 3418 3_0_0 EXIST::FUNCTION:
697 if (!PKCS7_set_type(p7, NID_pkcs7_signed)) in ts_RESP_sign()
2360 PKCS7_set_type;
14081 * In PKCS7_set_type() initialise content_type in PKCS7_ENC_CONTENT17987 always be NID_pkcs7_data. Also modified the PKCS7_set_type() to handle