Searched refs:p7 (Results 1 – 3 of 3) sorted by relevance
/optee_test-3.20.0/host/openssl/include/openssl/ |
A D | pkcs7.h | 225 # define PKCS7_is_detached(p7) (PKCS7_type_is_signed(p7) && PKCS7_get_detached(p7)) argument 264 PKCS7 *d2i_PKCS7_fp(FILE *fp, PKCS7 **p7); 265 int i2d_PKCS7_fp(FILE *fp, PKCS7 *p7); 267 PKCS7 *PKCS7_dup(PKCS7 *p7); 268 PKCS7 *d2i_PKCS7_bio(BIO *bp, PKCS7 **p7); 269 int i2d_PKCS7_bio(BIO *bp, PKCS7 *p7); 291 int PKCS7_set_type(PKCS7 *p7, int type); 300 int PKCS7_content_new(PKCS7 *p7, int nid); 306 BIO *PKCS7_dataInit(PKCS7 *p7, BIO *bio); 307 int PKCS7_dataFinal(PKCS7 *p7, BIO *bio); [all …]
|
A D | pkcs12.h | 192 STACK_OF(PKCS12_SAFEBAG) *PKCS12_unpack_p7data(PKCS7 *p7); 196 STACK_OF(PKCS12_SAFEBAG) *PKCS12_unpack_p7encdata(PKCS7 *p7, const char *pass,
|
A D | ts.h | 406 void TS_RESP_set_tst_info(TS_RESP *a, PKCS7 *p7, TS_TST_INFO *tst_info);
|
Completed in 7 milliseconds