/third_party/node/deps/openssl/openssl/fuzz/ |
H A D | cmp.c | 31 static OSSL_CMP_MSG *transfer_cb(OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *req) in transfer_cb() 35 return OSSL_CMP_MSG_dup((OSSL_CMP_MSG *) in transfer_cb() 45 static int allow_unprotected(const OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *rep, in allow_unprotected() 51 static void cmp_client_process_response(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg) in cmp_client_process_response() 103 const OSSL_CMP_MSG *cert_req, in process_cert_request() 116 const OSSL_CMP_MSG *rr, in process_rr() 125 const OSSL_CMP_MSG *genm, in process_genm() 133 static void process_error(OSSL_CMP_SRV_CTX *srv_ctx, const OSSL_CMP_MSG *error, in process_error() 142 const OSSL_CMP_MSG *certCon in process_certConf() [all...] |
/third_party/openssl/fuzz/ |
H A D | cmp.c | 31 static OSSL_CMP_MSG *transfer_cb(OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *req) in transfer_cb() 35 return OSSL_CMP_MSG_dup((OSSL_CMP_MSG *) in transfer_cb() 45 static int allow_unprotected(const OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *rep, in allow_unprotected() 51 static void cmp_client_process_response(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg) in cmp_client_process_response() 103 const OSSL_CMP_MSG *cert_req, in process_cert_request() 116 const OSSL_CMP_MSG *rr, in process_rr() 125 const OSSL_CMP_MSG *genm, in process_genm() 133 static void process_error(OSSL_CMP_SRV_CTX *srv_ctx, const OSSL_CMP_MSG *error, in process_error() 142 const OSSL_CMP_MSG *certCon in process_certConf() [all...] |
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_msg.c | 23 OSSL_CMP_MSG *OSSL_CMP_MSG_new(OSSL_LIB_CTX *libctx, const char *propq) in OSSL_CMP_MSG_new() 25 OSSL_CMP_MSG *msg = NULL; in OSSL_CMP_MSG_new() 27 msg = (OSSL_CMP_MSG *)ASN1_item_new_ex(ASN1_ITEM_rptr(OSSL_CMP_MSG), in OSSL_CMP_MSG_new() 36 void OSSL_CMP_MSG_free(OSSL_CMP_MSG *msg) in OSSL_CMP_MSG_free() 38 ASN1_item_free((ASN1_VALUE *)msg, ASN1_ITEM_rptr(OSSL_CMP_MSG)); in OSSL_CMP_MSG_free() 46 int ossl_cmp_msg_set0_libctx(OSSL_CMP_MSG *msg, OSSL_LIB_CTX *libctx, in ossl_cmp_msg_set0_libctx() 63 OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg) in OSSL_CMP_MSG_get0_header() 87 int ossl_cmp_msg_set_bodytype(OSSL_CMP_MSG *msg, int type) in ossl_cmp_msg_set_bodytype() 96 int OSSL_CMP_MSG_get_bodytype(const OSSL_CMP_MSG *ms [all...] |
H A D | cmp_local.h | 206 * declared already here as it will be used in OSSL_CMP_MSG (nested) and 209 typedef STACK_OF(OSSL_CMP_MSG) OSSL_CMP_MSGS; 675 } /* OSSL_CMP_MSG */; 676 OSSL_CMP_MSG *OSSL_CMP_MSG_new(OSSL_LIB_CTX *libctx, const char *propq); 677 void OSSL_CMP_MSG_free(OSSL_CMP_MSG *msg); 826 /* OSSL_CMP_MSG bodytype ASN.1 choice IDs */ 861 int ossl_cmp_msg_set0_libctx(OSSL_CMP_MSG *msg, OSSL_LIB_CTX *libctx, 864 int ossl_cmp_msg_set_bodytype(OSSL_CMP_MSG *msg, int type); 865 OSSL_CMP_MSG *ossl_cmp_msg_create(OSSL_CMP_CTX *ctx, int bodytype); 866 OSSL_CMP_MSG *ossl_cmp_certreq_ne [all...] |
H A D | cmp_server.c | 157 static OSSL_CMP_MSG *process_cert_request(OSSL_CMP_SRV_CTX *srv_ctx, in process_cert_request() 158 const OSSL_CMP_MSG *req) in process_cert_request() 160 OSSL_CMP_MSG *msg = NULL; in process_cert_request() 249 static OSSL_CMP_MSG *process_rr(OSSL_CMP_SRV_CTX *srv_ctx, in process_rr() 250 const OSSL_CMP_MSG *req) in process_rr() 252 OSSL_CMP_MSG *msg = NULL; in process_rr() 297 static OSSL_CMP_MSG *process_genm(OSSL_CMP_SRV_CTX *srv_ctx, in process_genm() 298 const OSSL_CMP_MSG *req) in process_genm() 301 OSSL_CMP_MSG *msg; in process_genm() 314 static OSSL_CMP_MSG *process_erro [all...] |
/third_party/openssl/crypto/cmp/ |
H A D | cmp_msg.c | 23 OSSL_CMP_MSG *OSSL_CMP_MSG_new(OSSL_LIB_CTX *libctx, const char *propq) in OSSL_CMP_MSG_new() 25 OSSL_CMP_MSG *msg = NULL; in OSSL_CMP_MSG_new() 27 msg = (OSSL_CMP_MSG *)ASN1_item_new_ex(ASN1_ITEM_rptr(OSSL_CMP_MSG), in OSSL_CMP_MSG_new() 36 void OSSL_CMP_MSG_free(OSSL_CMP_MSG *msg) in OSSL_CMP_MSG_free() 38 ASN1_item_free((ASN1_VALUE *)msg, ASN1_ITEM_rptr(OSSL_CMP_MSG)); in OSSL_CMP_MSG_free() 46 int ossl_cmp_msg_set0_libctx(OSSL_CMP_MSG *msg, OSSL_LIB_CTX *libctx, in ossl_cmp_msg_set0_libctx() 63 OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg) in OSSL_CMP_MSG_get0_header() 87 int ossl_cmp_msg_set_bodytype(OSSL_CMP_MSG *msg, int type) in ossl_cmp_msg_set_bodytype() 96 int OSSL_CMP_MSG_get_bodytype(const OSSL_CMP_MSG *ms [all...] |
H A D | cmp_local.h | 206 * declared already here as it will be used in OSSL_CMP_MSG (nested) and 209 typedef STACK_OF(OSSL_CMP_MSG) OSSL_CMP_MSGS; 675 } /* OSSL_CMP_MSG */; 676 OSSL_CMP_MSG *OSSL_CMP_MSG_new(OSSL_LIB_CTX *libctx, const char *propq); 677 void OSSL_CMP_MSG_free(OSSL_CMP_MSG *msg); 826 /* OSSL_CMP_MSG bodytype ASN.1 choice IDs */ 861 int ossl_cmp_msg_set0_libctx(OSSL_CMP_MSG *msg, OSSL_LIB_CTX *libctx, 864 int ossl_cmp_msg_set_bodytype(OSSL_CMP_MSG *msg, int type); 865 OSSL_CMP_MSG *ossl_cmp_msg_create(OSSL_CMP_CTX *ctx, int bodytype); 866 OSSL_CMP_MSG *ossl_cmp_certreq_ne [all...] |
H A D | cmp_server.c | 157 static OSSL_CMP_MSG *process_cert_request(OSSL_CMP_SRV_CTX *srv_ctx, in process_cert_request() 158 const OSSL_CMP_MSG *req) in process_cert_request() 160 OSSL_CMP_MSG *msg = NULL; in process_cert_request() 249 static OSSL_CMP_MSG *process_rr(OSSL_CMP_SRV_CTX *srv_ctx, in process_rr() 250 const OSSL_CMP_MSG *req) in process_rr() 252 OSSL_CMP_MSG *msg = NULL; in process_rr() 297 static OSSL_CMP_MSG *process_genm(OSSL_CMP_SRV_CTX *srv_ctx, in process_genm() 298 const OSSL_CMP_MSG *req) in process_genm() 301 OSSL_CMP_MSG *msg; in process_genm() 314 static OSSL_CMP_MSG *process_erro [all...] |
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | cmp.h | 217 typedef struct ossl_cmp_msg_st OSSL_CMP_MSG; typedef 218 DECLARE_ASN1_DUP_FUNCTION(OSSL_CMP_MSG) 219 DECLARE_ASN1_ENCODE_FUNCTIONS(OSSL_CMP_MSG, OSSL_CMP_MSG, OSSL_CMP_MSG) 381 void OSSL_CMP_MSG_free(OSSL_CMP_MSG *msg); 426 typedef OSSL_CMP_MSG *(*OSSL_CMP_transfer_cb_t) (OSSL_CMP_CTX *ctx, 427 const OSSL_CMP_MSG *req); 503 OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg); 504 int OSSL_CMP_MSG_get_bodytype(const OSSL_CMP_MSG *ms [all...] |
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | cmp.h | 217 typedef struct ossl_cmp_msg_st OSSL_CMP_MSG; typedef 218 DECLARE_ASN1_DUP_FUNCTION(OSSL_CMP_MSG) 219 DECLARE_ASN1_ENCODE_FUNCTIONS(OSSL_CMP_MSG, OSSL_CMP_MSG, OSSL_CMP_MSG) 381 void OSSL_CMP_MSG_free(OSSL_CMP_MSG *msg); 426 typedef OSSL_CMP_MSG *(*OSSL_CMP_transfer_cb_t) (OSSL_CMP_CTX *ctx, 427 const OSSL_CMP_MSG *req); 503 OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg); 504 int OSSL_CMP_MSG_get_bodytype(const OSSL_CMP_MSG *ms [all...] |
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | cmp.h | 217 typedef struct ossl_cmp_msg_st OSSL_CMP_MSG; typedef 218 DECLARE_ASN1_DUP_FUNCTION(OSSL_CMP_MSG) 219 DECLARE_ASN1_ENCODE_FUNCTIONS(OSSL_CMP_MSG, OSSL_CMP_MSG, OSSL_CMP_MSG) 381 void OSSL_CMP_MSG_free(OSSL_CMP_MSG *msg); 426 typedef OSSL_CMP_MSG *(*OSSL_CMP_transfer_cb_t) (OSSL_CMP_CTX *ctx, 427 const OSSL_CMP_MSG *req); 503 OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg); 504 int OSSL_CMP_MSG_get_bodytype(const OSSL_CMP_MSG *ms [all...] |
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | cmp.h | 217 typedef struct ossl_cmp_msg_st OSSL_CMP_MSG; typedef 218 DECLARE_ASN1_DUP_FUNCTION(OSSL_CMP_MSG) 219 DECLARE_ASN1_ENCODE_FUNCTIONS(OSSL_CMP_MSG, OSSL_CMP_MSG, OSSL_CMP_MSG) 381 void OSSL_CMP_MSG_free(OSSL_CMP_MSG *msg); 426 typedef OSSL_CMP_MSG *(*OSSL_CMP_transfer_cb_t) (OSSL_CMP_CTX *ctx, 427 const OSSL_CMP_MSG *req); 503 OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg); 504 int OSSL_CMP_MSG_get_bodytype(const OSSL_CMP_MSG *ms [all...] |
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | cmp.h | 217 typedef struct ossl_cmp_msg_st OSSL_CMP_MSG; typedef 218 DECLARE_ASN1_DUP_FUNCTION(OSSL_CMP_MSG) 219 DECLARE_ASN1_ENCODE_FUNCTIONS(OSSL_CMP_MSG, OSSL_CMP_MSG, OSSL_CMP_MSG) 381 void OSSL_CMP_MSG_free(OSSL_CMP_MSG *msg); 426 typedef OSSL_CMP_MSG *(*OSSL_CMP_transfer_cb_t) (OSSL_CMP_CTX *ctx, 427 const OSSL_CMP_MSG *req); 503 OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg); 504 int OSSL_CMP_MSG_get_bodytype(const OSSL_CMP_MSG *ms [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | cmp.h | 217 typedef struct ossl_cmp_msg_st OSSL_CMP_MSG; typedef 218 DECLARE_ASN1_DUP_FUNCTION(OSSL_CMP_MSG) 219 DECLARE_ASN1_ENCODE_FUNCTIONS(OSSL_CMP_MSG, OSSL_CMP_MSG, OSSL_CMP_MSG) 381 void OSSL_CMP_MSG_free(OSSL_CMP_MSG *msg); 426 typedef OSSL_CMP_MSG *(*OSSL_CMP_transfer_cb_t) (OSSL_CMP_CTX *ctx, 427 const OSSL_CMP_MSG *req); 503 OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg); 504 int OSSL_CMP_MSG_get_bodytype(const OSSL_CMP_MSG *ms [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | cmp.h | 217 typedef struct ossl_cmp_msg_st OSSL_CMP_MSG; typedef 218 DECLARE_ASN1_DUP_FUNCTION(OSSL_CMP_MSG) 219 DECLARE_ASN1_ENCODE_FUNCTIONS(OSSL_CMP_MSG, OSSL_CMP_MSG, OSSL_CMP_MSG) 381 void OSSL_CMP_MSG_free(OSSL_CMP_MSG *msg); 426 typedef OSSL_CMP_MSG *(*OSSL_CMP_transfer_cb_t) (OSSL_CMP_CTX *ctx, 427 const OSSL_CMP_MSG *req); 503 OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg); 504 int OSSL_CMP_MSG_get_bodytype(const OSSL_CMP_MSG *ms [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | cmp.h | 217 typedef struct ossl_cmp_msg_st OSSL_CMP_MSG; typedef 218 DECLARE_ASN1_DUP_FUNCTION(OSSL_CMP_MSG) 219 DECLARE_ASN1_ENCODE_FUNCTIONS(OSSL_CMP_MSG, OSSL_CMP_MSG, OSSL_CMP_MSG) 381 void OSSL_CMP_MSG_free(OSSL_CMP_MSG *msg); 426 typedef OSSL_CMP_MSG *(*OSSL_CMP_transfer_cb_t) (OSSL_CMP_CTX *ctx, 427 const OSSL_CMP_MSG *req); 503 OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg); 504 int OSSL_CMP_MSG_get_bodytype(const OSSL_CMP_MSG *ms [all...] |
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | cmp.h | 217 typedef struct ossl_cmp_msg_st OSSL_CMP_MSG; typedef 218 DECLARE_ASN1_DUP_FUNCTION(OSSL_CMP_MSG) 219 DECLARE_ASN1_ENCODE_FUNCTIONS(OSSL_CMP_MSG, OSSL_CMP_MSG, OSSL_CMP_MSG) 381 void OSSL_CMP_MSG_free(OSSL_CMP_MSG *msg); 426 typedef OSSL_CMP_MSG *(*OSSL_CMP_transfer_cb_t) (OSSL_CMP_CTX *ctx, 427 const OSSL_CMP_MSG *req); 503 OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg); 504 int OSSL_CMP_MSG_get_bodytype(const OSSL_CMP_MSG *ms [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
H A D | cmp.h | 217 typedef struct ossl_cmp_msg_st OSSL_CMP_MSG; typedef 218 DECLARE_ASN1_DUP_FUNCTION(OSSL_CMP_MSG) 219 DECLARE_ASN1_ENCODE_FUNCTIONS(OSSL_CMP_MSG, OSSL_CMP_MSG, OSSL_CMP_MSG) 381 void OSSL_CMP_MSG_free(OSSL_CMP_MSG *msg); 426 typedef OSSL_CMP_MSG *(*OSSL_CMP_transfer_cb_t) (OSSL_CMP_CTX *ctx, 427 const OSSL_CMP_MSG *req); 503 OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg); 504 int OSSL_CMP_MSG_get_bodytype(const OSSL_CMP_MSG *ms [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | cmp.h | 217 typedef struct ossl_cmp_msg_st OSSL_CMP_MSG; typedef 218 DECLARE_ASN1_DUP_FUNCTION(OSSL_CMP_MSG) 219 DECLARE_ASN1_ENCODE_FUNCTIONS(OSSL_CMP_MSG, OSSL_CMP_MSG, OSSL_CMP_MSG) 381 void OSSL_CMP_MSG_free(OSSL_CMP_MSG *msg); 426 typedef OSSL_CMP_MSG *(*OSSL_CMP_transfer_cb_t) (OSSL_CMP_CTX *ctx, 427 const OSSL_CMP_MSG *req); 503 OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg); 504 int OSSL_CMP_MSG_get_bodytype(const OSSL_CMP_MSG *ms [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/ |
H A D | cmp.h | 217 typedef struct ossl_cmp_msg_st OSSL_CMP_MSG; typedef 218 DECLARE_ASN1_DUP_FUNCTION(OSSL_CMP_MSG) 219 DECLARE_ASN1_ENCODE_FUNCTIONS(OSSL_CMP_MSG, OSSL_CMP_MSG, OSSL_CMP_MSG) 381 void OSSL_CMP_MSG_free(OSSL_CMP_MSG *msg); 426 typedef OSSL_CMP_MSG *(*OSSL_CMP_transfer_cb_t) (OSSL_CMP_CTX *ctx, 427 const OSSL_CMP_MSG *req); 503 OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg); 504 int OSSL_CMP_MSG_get_bodytype(const OSSL_CMP_MSG *ms [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | cmp.h | 217 typedef struct ossl_cmp_msg_st OSSL_CMP_MSG; typedef 218 DECLARE_ASN1_DUP_FUNCTION(OSSL_CMP_MSG) 219 DECLARE_ASN1_ENCODE_FUNCTIONS(OSSL_CMP_MSG, OSSL_CMP_MSG, OSSL_CMP_MSG) 381 void OSSL_CMP_MSG_free(OSSL_CMP_MSG *msg); 426 typedef OSSL_CMP_MSG *(*OSSL_CMP_transfer_cb_t) (OSSL_CMP_CTX *ctx, 427 const OSSL_CMP_MSG *req); 503 OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg); 504 int OSSL_CMP_MSG_get_bodytype(const OSSL_CMP_MSG *ms [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
H A D | cmp.h | 217 typedef struct ossl_cmp_msg_st OSSL_CMP_MSG; typedef 218 DECLARE_ASN1_DUP_FUNCTION(OSSL_CMP_MSG) 219 DECLARE_ASN1_ENCODE_FUNCTIONS(OSSL_CMP_MSG, OSSL_CMP_MSG, OSSL_CMP_MSG) 381 void OSSL_CMP_MSG_free(OSSL_CMP_MSG *msg); 426 typedef OSSL_CMP_MSG *(*OSSL_CMP_transfer_cb_t) (OSSL_CMP_CTX *ctx, 427 const OSSL_CMP_MSG *req); 503 OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg); 504 int OSSL_CMP_MSG_get_bodytype(const OSSL_CMP_MSG *ms [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
H A D | cmp.h | 217 typedef struct ossl_cmp_msg_st OSSL_CMP_MSG; typedef 218 DECLARE_ASN1_DUP_FUNCTION(OSSL_CMP_MSG) 219 DECLARE_ASN1_ENCODE_FUNCTIONS(OSSL_CMP_MSG, OSSL_CMP_MSG, OSSL_CMP_MSG) 381 void OSSL_CMP_MSG_free(OSSL_CMP_MSG *msg); 426 typedef OSSL_CMP_MSG *(*OSSL_CMP_transfer_cb_t) (OSSL_CMP_CTX *ctx, 427 const OSSL_CMP_MSG *req); 503 OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg); 504 int OSSL_CMP_MSG_get_bodytype(const OSSL_CMP_MSG *ms [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/ |
H A D | cmp.h | 217 typedef struct ossl_cmp_msg_st OSSL_CMP_MSG; typedef 218 DECLARE_ASN1_DUP_FUNCTION(OSSL_CMP_MSG) 219 DECLARE_ASN1_ENCODE_FUNCTIONS(OSSL_CMP_MSG, OSSL_CMP_MSG, OSSL_CMP_MSG) 381 void OSSL_CMP_MSG_free(OSSL_CMP_MSG *msg); 426 typedef OSSL_CMP_MSG *(*OSSL_CMP_transfer_cb_t) (OSSL_CMP_CTX *ctx, 427 const OSSL_CMP_MSG *req); 503 OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg); 504 int OSSL_CMP_MSG_get_bodytype(const OSSL_CMP_MSG *ms [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/ |
H A D | cmp.h | 217 typedef struct ossl_cmp_msg_st OSSL_CMP_MSG; typedef 218 DECLARE_ASN1_DUP_FUNCTION(OSSL_CMP_MSG) 219 DECLARE_ASN1_ENCODE_FUNCTIONS(OSSL_CMP_MSG, OSSL_CMP_MSG, OSSL_CMP_MSG) 381 void OSSL_CMP_MSG_free(OSSL_CMP_MSG *msg); 426 typedef OSSL_CMP_MSG *(*OSSL_CMP_transfer_cb_t) (OSSL_CMP_CTX *ctx, 427 const OSSL_CMP_MSG *req); 503 OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg); 504 int OSSL_CMP_MSG_get_bodytype(const OSSL_CMP_MSG *ms [all...] |