| /src/crypto/external/bsd/openssl/dist/apps/lib/ |
| cmp_mock_srv.c | 295 const OSSL_CMP_MSG *genm, 301 if (ctx == NULL || genm == NULL || in == NULL || out == NULL) { 306 || ctx->sendError == OSSL_CMP_MSG_get_bodytype(genm)
|
| /src/crypto/external/bsd/openssl/dist/fuzz/ |
| cmp.c | 125 const OSSL_CMP_MSG *genm,
|
| /src/crypto/external/apache2/openssl/dist/apps/lib/ |
| cmp_mock_srv.c | 586 const OSSL_CMP_MSG *genm, 592 if (ctx == NULL || genm == NULL || in == NULL || out == NULL) { 597 || ctx->sendError == OSSL_CMP_MSG_get_bodytype(genm)
|
| /src/crypto/external/apache2/openssl/dist/fuzz/ |
| cmp.c | 125 const OSSL_CMP_MSG *genm,
|
| /src/crypto/external/bsd/openssl/dist/crypto/cmp/ |
| cmp_client.c | 892 OSSL_CMP_MSG *genm; local 902 if ((genm = ossl_cmp_genm_new(ctx)) == NULL) 906 if (!send_receive_check(ctx, genm, &genp, OSSL_CMP_PKIBODY_GENP)) 917 OSSL_CMP_MSG_free(genm);
|
| cmp_asn.c | 411 ASN1_EXP(OSSL_CMP_PKIBODY, value.genm, OSSL_CMP_GENMSGCONTENT, 21),
|
| cmp_msg.c | 79 "GENM", "GENP", "ERROR", "CERTCONF", "POLLREQ", "POLLREP", 233 if ((msg->body->value.genm = sk_OSSL_CMP_ITAV_new_null()) == NULL) 652 return OSSL_CMP_ITAV_push0_stack_item(&msg->body->value.genm, itav);
|
| cmp_local.h | 533 * genm [21] GenMsgContent, --General Message 625 * genm [21] GenMsgContent, --General Message 628 OSSL_CMP_GENMSGCONTENT *genm; /* 21 */ member in union:ossl_cmp_pkibody_st::__anon1185
|
| cmp_server.c | 294 * Processes genm and creates a genp message mirroring the contents of the 306 if (!srv_ctx->process_genm(srv_ctx, req, req->body->value.genm, &itavs))
|
| /src/crypto/external/apache2/openssl/dist/crypto/cmp/ |
| cmp_client.c | 1040 OSSL_CMP_MSG *genm; local 1050 if ((genm = ossl_cmp_genm_new(ctx)) == NULL) 1053 if (!send_receive_also_delayed(ctx, genm, &genp, OSSL_CMP_PKIBODY_GENP)) 1064 OSSL_CMP_MSG_free(genm);
|
| cmp_server.c | 361 * Processes genm and creates a genp message mirroring the contents of the 373 if (!srv_ctx->process_genm(srv_ctx, req, req->body->value.genm, &itavs))
|
| cmp_local.h | 589 * genm [21] GenMsgContent, --General Message 681 * genm [21] GenMsgContent, --General Message 684 OSSL_CMP_GENMSGCONTENT *genm; /* 21 */ member in union:ossl_cmp_pkibody_st::__anon12
|
| cmp_msg.c | 98 "GENM", 256 if ((msg->body->value.genm = sk_OSSL_CMP_ITAV_new_null()) == NULL) 737 return OSSL_CMP_ITAV_push0_stack_item(&msg->body->value.genm, itav);
|
| cmp_asn.c | 1023 ASN1_EXP(OSSL_CMP_PKIBODY, value.genm, OSSL_CMP_GENMSGCONTENT, 21),
|