Lines Matching refs:signature
14 X509_ALGOR *algor2, ASN1_BIT_STRING *signature,
20 ASN1_BIT_STRING *signature, const void *data,
24 X509_ALGOR *algor2, ASN1_BIT_STRING *signature,
28 const ASN1_BIT_STRING *signature, const void *data,
33 const ASN1_BIT_STRING *signature, const void *data,
37 const ASN1_BIT_STRING *signature, const void *data,
46 The I<data> that will be signed, and a structure containing the signature may
51 written before the signature is generated.
57 The generated signature is set into I<signature>.
68 ASN1_item_verify_ex() is used to verify the signature I<signature> of internal
86 All sign functions return the size of the signature in bytes for success and
89 All verify functions return 1 if the signature is valid and 0 if the signature
90 check fails. If the signature could not be checked at all because it was
96 in an EVP_MD_CTX. The signature is written to MyObject.signature. The object is
111 * A higher level object containing the ASN1 fields, signature alg and
112 * output signature.
118 ASN1_BIT_STRING *signature;
136 ASN1_SIMPLE(MyObject, signature, ASN1_BIT_STRING)
169 * obj->signature will contain the output signature.
175 obj->signature, &obj->info, sctx);
197 ret = ASN1_item_verify_ctx(it, &loaded_obj->sig_alg, loaded_obj->signature,