Lines Matching refs:signature
12 Digital signature verification API provides a method to verify digital signature.
15 Digital signature verification is implemented using cut-down kernel port of
20 Public key and signature consist of header and MPIs.
31 uint8_t version; /* signature format version */
32 time_t timestamp; /* signature made */
41 Signature header is used as an input to generate a signature.
42 Such approach insures that key or signature header could not be changed.
50 digsig_verify() - digital signature verification with public key
54 * digsig_verify() - digital signature verification with public key
56 * @sig: digital signature
57 * @sigen: length of the signature
62 * Verifies data integrity against digital signature.