Home | History | Annotate | Download | only in x509

Lines Matching refs:sig_alg

75 	return(ASN1_item_verify(ASN1_ITEM_rptr(X509_CINF),a->sig_alg,
82 a->sig_alg,a->signature,a->req_info,r));
95 x->sig_alg, x->signature, x->cert_info,pkey,md));
102 x->sig_alg, x->signature, x->cert_info, ctx);
107 return(ASN1_item_sign(ASN1_ITEM_rptr(X509_REQ_INFO),x->sig_alg, NULL,
114 x->sig_alg, NULL, x->signature, x->req_info, ctx);
120 return(ASN1_item_sign(ASN1_ITEM_rptr(X509_CRL_INFO),x->crl->sig_alg,
121 x->sig_alg, x->signature, x->crl,pkey,md));
127 x->crl->sig_alg, x->sig_alg, x->signature, x->crl, ctx);