Searched refs:req_info (Results 1 – 8 of 8) sorted by relevance
/openbsd/lib/libcrypto/x509/ |
H A D | x509rset.c | 76 x->req_info->enc.modified = 1; in X509_REQ_set_version() 77 return ASN1_INTEGER_set(x->req_info->version, version); in X509_REQ_set_version() 84 return ASN1_INTEGER_get(x->req_info->version); in X509_REQ_get_version() 91 if (x == NULL || x->req_info == NULL) in X509_REQ_set_subject_name() 93 x->req_info->enc.modified = 1; in X509_REQ_set_subject_name() 94 return X509_NAME_set(&x->req_info->subject, name); in X509_REQ_set_subject_name() 101 return x->req_info->subject; in X509_REQ_get_subject_name() 108 if (x == NULL || x->req_info == NULL) in X509_REQ_set_pubkey() 110 x->req_info->enc.modified = 1; in X509_REQ_set_pubkey() 111 return X509_PUBKEY_set(&x->req_info->pubkey, pkey); in X509_REQ_set_pubkey()
|
H A D | x509_req.c | 116 if (req == NULL || req->req_info == NULL) in X509_REQ_get_pubkey() 118 return X509_PUBKEY_get(req->req_info->pubkey); in X509_REQ_get_pubkey() 125 if (req == NULL || req->req_info == NULL) in X509_REQ_get0_pubkey() 127 return X509_PUBKEY_get0(req->req_info->pubkey); in X509_REQ_get0_pubkey() 186 if (req == NULL || req->req_info == NULL) in STACK_OF() 239 return sk_X509_ATTRIBUTE_num(req->req_info->attributes); in X509_REQ_get_attr_count() 275 if (X509at_add1_attr(&req->req_info->attributes, attr)) in X509_REQ_add1_attr() 285 if (X509at_add1_attr_by_OBJ(&req->req_info->attributes, obj, in X509_REQ_add1_attr_by_OBJ() 296 if (X509at_add1_attr_by_NID(&req->req_info->attributes, nid, in X509_REQ_add1_attr_by_NID() 317 req->req_info->enc.modified = 1; in i2d_re_X509_REQ_tbs() [all …]
|
H A D | x509_r2x.c | 87 if (sk_X509_ATTRIBUTE_num(r->req_info->attributes) != 0) { in X509_REQ_to_X509()
|
H A D | x_all.c | 413 a->sig_alg, a->signature, a->req_info, r); in X509_REQ_verify() 449 x->sig_alg, NULL, x->signature, x->req_info, pkey, md); in X509_REQ_sign() 457 x->sig_alg, NULL, x->signature, x->req_info, ctx); in X509_REQ_sign_ctx()
|
H A D | x509_skey.c | 148 pk = ctx->subject_req->req_info->pubkey->public_key; in s2i_skey_id()
|
H A D | x509_local.h | 143 X509_REQ_INFO *req_info; member
|
/openbsd/lib/libcrypto/asn1/ |
H A D | t_req.c | 117 ri = x->req_info; in X509_REQ_print_ex() 169 sk = x->req_info->attributes; in X509_REQ_print_ex()
|
H A D | x_req.c | 178 .offset = offsetof(X509_REQ, req_info),
|