Home
last modified time | relevance | path

Searched refs:OSSL_CMP_PKIBODY_CP (Results 1 – 9 of 9) sorted by relevance

/third_party/openssl/doc/internal/man3/
Dossl_cmp_msg_create.pod8 OSSL_CMP_PKIBODY_CP,
47 #define OSSL_CMP_PKIBODY_CP 3
Dossl_cmp_certreq_new.pod85 =item * B<OSSL_CMP_PKIBODY_CP> - Certification Response
96 #define OSSL_CMP_PKIBODY_CP 3
/third_party/openssl/crypto/cmp/
Dcmp_client.c24 #define IS_CREP(t) ((t) == OSSL_CMP_PKIBODY_IP || (t) == OSSL_CMP_PKIBODY_CP \
668 int rep_type = is_p10 ? OSSL_CMP_PKIBODY_CP : req_type + 1; in OSSL_CMP_try_certreq()
710 int rep_type = is_p10 ? OSSL_CMP_PKIBODY_CP : req_type + 1; in OSSL_CMP_exec_certreq()
Dcmp_server.c173 bodytype = OSSL_CMP_PKIBODY_CP; in process_cert_request()
602 case OSSL_CMP_PKIBODY_CP: in OSSL_CMP_SRV_process_request()
Dcmp_vfy.c585 case OSSL_CMP_PKIBODY_CP: in OSSL_CMP_validate_msg()
800 case OSSL_CMP_PKIBODY_CP: in ossl_cmp_msg_check_update()
Dcmp_local.h829 # define OSSL_CMP_PKIBODY_CP 3 macro
Dcmp_msg.c196 case OSSL_CMP_PKIBODY_CP: in ossl_cmp_msg_create()
/third_party/openssl/fuzz/
Dcmp.c75 case OSSL_CMP_PKIBODY_CP: in cmp_client_process_response()
/third_party/openssl/test/
Dcmp_msg_test.c517 case OSSL_CMP_PKIBODY_CP: in test_cmp_pkimessage_create()