Searched refs:OSSL_CMP_STATUSINFO_new (Results 1 – 4 of 4) sorted by relevance
| /crypto/cmp/ |
| A D | cmp_server.c | 192 si = OSSL_CMP_STATUSINFO_new(status, fail_info, txt); in delayed_delivery() 267 si = OSSL_CMP_STATUSINFO_new(OSSL_CMP_PKISTATUS_rejection, in process_cert_request() 699 if ((si = OSSL_CMP_STATUSINFO_new(OSSL_CMP_PKISTATUS_rejection, in OSSL_CMP_SRV_process_request()
|
| A D | cmp_status.c | 265 OSSL_CMP_PKISI *OSSL_CMP_STATUSINFO_new(int status, int fail_info, in OSSL_CMP_STATUSINFO_new() function
|
| A D | cmp_msg.c | 907 OSSL_CMP_STATUSINFO_new(OSSL_CMP_PKISTATUS_rejection, fail_info, text) : in ossl_cmp_certConf_new() 908 OSSL_CMP_STATUSINFO_new(OSSL_CMP_PKISTATUS_accepted, 0, text); in ossl_cmp_certConf_new()
|
| A D | cmp_client.c | 476 if ((si = OSSL_CMP_STATUSINFO_new(status, fail_info, txt)) == NULL) in ossl_cmp_exchange_error()
|
Completed in 18 milliseconds