Searched refs:genp (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_client.c | 890 OSSL_CMP_MSG *genp = NULL; in STACK_OF() local 903 if (!send_receive_check(ctx, genm, &genp, OSSL_CMP_PKIBODY_GENP)) in STACK_OF() 907 itavs = genp->body->value.genp; in STACK_OF() 910 /* received stack of itavs not to be freed with the genp */ in STACK_OF() 911 genp->body->value.genp = NULL; in STACK_OF() 915 OSSL_CMP_MSG_free(genp); in STACK_OF()
|
H A D | cmp_asn.c | 412 ASN1_EXP(OSSL_CMP_PKIBODY, value.genp, OSSL_CMP_GENREPCONTENT, 22),
|
H A D | cmp_local.h | 534 * genp [22] GenRepContent, --General Response 630 * genp [22] GenRepContent, --General Response 633 OSSL_CMP_GENREPCONTENT *genp; /* 22 */ member
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_client.c | 893 OSSL_CMP_MSG *genp = NULL; in STACK_OF() local 906 if (!send_receive_check(ctx, genm, &genp, OSSL_CMP_PKIBODY_GENP)) in STACK_OF() 910 itavs = genp->body->value.genp; in STACK_OF() 913 /* received stack of itavs not to be freed with the genp */ in STACK_OF() 914 genp->body->value.genp = NULL; in STACK_OF() 918 OSSL_CMP_MSG_free(genp); in STACK_OF()
|
H A D | cmp_asn.c | 412 ASN1_EXP(OSSL_CMP_PKIBODY, value.genp, OSSL_CMP_GENREPCONTENT, 22),
|
H A D | cmp_local.h | 534 * genp [22] GenRepContent, --General Response 630 * genp [22] GenRepContent, --General Response 633 OSSL_CMP_GENREPCONTENT *genp; /* 22 */ member
|
Completed in 8 milliseconds