Lines Matching refs:I

43 I<data>, the ASN.1 structure I<it>, private key I<pkey> and message digest I<md>.
44 The data that is signed is formed by taking the data object in I<data> and
45 converting it to der format using the ASN.1 structure I<it>.
46 The I<data> that will be signed, and a structure containing the signature may
49 parameters that have been set up. If one of I<algor1> or I<algor2> points to the
50 B<X509_ALGOR> of the I<data> to be signed, then that B<X509_ALGOR> will first be
52 Examples of valid values that can be used by the ASN.1 structure I<it> are
55 The B<OSSL_LIB_CTX> specified in I<libctx> and the property query string
56 specified in I<props> are used when searching for algorithms in providers.
57 The generated signature is set into I<signature>.
58 The optional parameter I<id> can be NULL, but can be set for special key types.
60 I<algor2> are ignored if they are NULL.
63 NULL for the I<id>, I<libctx> and I<propq>.
66 contained in digest context I<ctx>.
68 ASN1_item_verify_ex() is used to verify the signature I<signature> of internal
69 data I<data> using the public key I<pkey> and algorithm identifier I<alg>.
70 The data that is verified is formed by taking the data object in I<data> and
71 converting it to der format using the ASN.1 structure I<it>.
72 The B<OSSL_LIB_CTX> specified in I<libctx> and the property query string
73 specified in I<props> are used when searching for algorithms in providers.
74 The optional parameter I<id> can be NULL, but can be set for special key types.
78 NULL for the I<id>, I<libctx> and I<propq>.
81 contained in digest context I<ctx>.