Lines Matching refs:X509_ALGOR
13 int ASN1_item_sign_ex(const ASN1_ITEM *it, X509_ALGOR *algor1,
14 X509_ALGOR *algor2, ASN1_BIT_STRING *signature,
19 int ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1, X509_ALGOR *algor2,
23 int ASN1_item_sign_ctx(const ASN1_ITEM *it, X509_ALGOR *algor1,
24 X509_ALGOR *algor2, ASN1_BIT_STRING *signature,
27 int ASN1_item_verify_ex(const ASN1_ITEM *it, const X509_ALGOR *alg,
32 int ASN1_item_verify(const ASN1_ITEM *it, const X509_ALGOR *alg,
36 int ASN1_item_verify_ctx(const ASN1_ITEM *it, const X509_ALGOR *alg,
47 both have a copy of the B<X509_ALGOR>. The ASN1_item_sign_ex() function will
48 write the correct B<X509_ALGOR> to the structs based on the algorithms and
50 B<X509_ALGOR> of the I<data> to be signed, then that B<X509_ALGOR> will first be
106 X509_ALGOR sig_alg;
117 X509_ALGOR sig_alg;
126 ASN1_EMBED(MySignInfoObject, sig_alg, X509_ALGOR),
135 ASN1_EMBED(MyObject, sig_alg, X509_ALGOR),