Searched refs:PKCS7_set_type (Results 1 – 12 of 12) sorted by relevance
36 if (!PKCS7_set_type(p7, NID_pkcs7_signed)) in PKCS7_sign_ex()442 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
259 if (!TEST_true(PKCS7_set_type(p7, NID_pkcs7_data))) in test_bio_i2d_ASN1_mime()
108 if (!PKCS7_set_type(p7, NID_pkcs7_encrypted)) { in PKCS12_pack_p7encdata_ex()
269 int PKCS7_set_type(PKCS7 *p7, int type);
340 int PKCS7_set_type(PKCS7 *p7, int type);
811 PKCS7_set_type(3)
1125 PKCS7_set_type(3)
3345 PKCS7_set_type 3418 3_0_0 EXIST::FUNCTION:
708 if (!PKCS7_set_type(p7, NID_pkcs7_signed)) in ts_RESP_sign()
2360 PKCS7_set_type;
15355 * In PKCS7_set_type() initialise content_type in PKCS7_ENC_CONTENT19261 always be NID_pkcs7_data. Also modified the PKCS7_set_type() to handle