Lines Matching full:signature
12 - Signature verification.
112 1) Signature verification.
116 (eg. decryption and signature generation) require extra key data.
119 Signature Verification
122 An operation is provided to perform cryptographic signature verification, using
129 it to check the signature. The caller must have parsed the signature and
144 make up the actual signature must be stored in sig->mpi[] and the count of MPIs
151 The function will return 0 upon success or -EKEYREJECTED if the signature
219 signature creation operations (which are distinguished by the operation ID
225 Optional. This is the entry point for signature verification. The
333 signature of the key being linked. Keys without a valid signature are not
346 for signature verification.
356 kernel parameter also affects which keys are used for signature
419 In all of these cases, if the signing key is found the signature of the key to
421 to the keyring only if the signature is successfully verified. -ENOKEY is
423 returned if the signature check fails or the key is blacklisted. Other errors
424 may be returned if the signature check could not be performed.