Lines Matching refs:it
13 int ASN1_item_sign_ex(const ASN1_ITEM *it, X509_ALGOR *algor1,
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,
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,
43 I<data>, the ASN.1 structure I<it>, private key I<pkey> and message digest I<md>.
45 converting it to der format using the ASN.1 structure I<it>.
52 Examples of valid values that can be used by the ASN.1 structure I<it> are
71 converting it to der format using the ASN.1 structure I<it>.
90 check fails. If the signature could not be checked at all because it was
148 const ASN1_ITEM *it = ASN1_ITEM_rptr(MySignInfoObject);
166 * it contains the mapping between ASN.1 data and an object MySignInfoObject
174 len = ASN1_item_sign_ctx(it, &obj->sig_alg, &obj->info.sig_alg,
197 ret = ASN1_item_verify_ctx(it, &loaded_obj->sig_alg, loaded_obj->signature,