Lines Matching refs:req
346 pub fn X509_REQ_get_version(req: *const X509_REQ) -> c_long;
347 pub fn X509_REQ_set_version(req: *mut X509_REQ, version: c_long) -> c_int;
349 pub fn X509_REQ_get_subject_name(req: *const X509_REQ) -> *mut X509_NAME;
353 pub fn X509_REQ_set_subject_name(req: *mut X509_REQ, name: #[const_ptr_if(ossl300)] X509_NAME) -> c_int;
357 pub fn X509_REQ_set_pubkey(req: *mut X509_REQ, pkey: *mut EVP_PKEY) -> c_int;
358 pub fn X509_REQ_get_pubkey(req: *mut X509_REQ) -> *mut EVP_PKEY;
359 pub fn X509_REQ_get_extensions(req: *mut X509_REQ) -> *mut stack_st_X509_EXTENSION;
363 pub fn X509_REQ_add_extensions(req: *mut X509_REQ, exts: #[const_ptr_if(ossl300)] stack_st_X509_EXTENSION)
368 pub fn X509_REQ_get_attr_count(req: *const X509_REQ) -> c_int;
369 pub fn X509_REQ_get_attr_by_NID(req: *const X509_REQ, nid: c_int, lastpos: c_int) -> c_int;
370 pub fn X509_REQ_get_attr(req: *const X509_REQ, loc: c_int) -> *mut X509_ATTRIBUTE;
371 pub fn X509_REQ_delete_attr(req: *mut X509_REQ, loc: c_int) -> *mut X509_ATTRIBUTE;
373 req: *mut X509_REQ,
380 req: *mut X509_REQ,
387 req: *mut X509_REQ,
396 pub fn X509_REQ_verify(req: *mut X509_REQ, pkey: *mut EVP_PKEY) -> c_int;
405 pub fn X509_REVOKED_get0_serialNumber(req: *const X509_REVOKED) -> *const ASN1_INTEGER;
407 pub fn X509_REVOKED_get0_revocationDate(req: *const X509_REVOKED) -> *const ASN1_TIME;
449 pub fn X509_get0_extensions(req: *const X509) -> *const stack_st_X509_EXTENSION;
687 pub fn X509_REQ_print(bio: *mut BIO, req: *mut X509_REQ) -> c_int;