Lines Matching full:signature
73 \& X509_ALGOR *algor2, ASN1_BIT_STRING *signature,
79 \& ASN1_BIT_STRING *signature, const void *data,
83 \& X509_ALGOR *algor2, ASN1_BIT_STRING *signature,
87 \& const ASN1_BIT_STRING *signature, const void *data,
92 \& const ASN1_BIT_STRING *signature, const void *data,
96 \& const ASN1_BIT_STRING *signature, const void *data,
105 The \fIdata\fR that will be signed, and a structure containing the signature may
110 written before the signature is generated.
116 The generated signature is set into \fIsignature\fR.
127 \&\fBASN1_item_verify_ex()\fR is used to verify the signature \fIsignature\fR of internal
143 All sign functions return the size of the signature in bytes for success and
146 All verify functions return 1 if the signature is valid and 0 if the signature
147 check fails. If the signature could not be checked at all because it was
152 in an EVP_MD_CTX. The signature is written to MyObject.signature. The object is
168 \& * A higher level object containing the ASN1 fields, signature alg and
169 \& * output signature.
175 \& ASN1_BIT_STRING *signature;
193 \& ASN1_SIMPLE(MyObject, signature, ASN1_BIT_STRING)
226 \& * obj\->signature will contain the output signature.
232 \& obj\->signature, &obj\->info, sctx);
254 \& ret = ASN1_item_verify_ctx(it, &loaded_obj\->sig_alg, loaded_obj\->signature,