Lines Matching refs:signature
6 Provides APIs for signature verification.
18 | [crypto_signature.h](crypto__signature_8h.md) | Defines APIs for signature verification. |
25 …overify) [OH_CryptoVerify](#oh_cryptoverify) | Defines the data used for signature verification. |
32 …= 104, CRYPTO_SM2_USER_ID_DATABLOB = 105<br>} | Enumerates the types of signature verification par…
39 …erify](#oh_cryptoverify) \*\*verify) | Creates a **Verify** instance for signature verification. |
42 …*in, [Crypto_DataBlob](_crypto___data_blob.md) \*signData) | Verifies the signature of the data. |
43 …ata, [Crypto_DataBlob](_crypto___data_blob.md) \*rawSignData) | Restores the raw signature data. |
44 …_getalgoname) ([OH_CryptoVerify](#oh_cryptoverify) \*ctx) | Obtains the signature verification alg…
45 …type) type, [Crypto_DataBlob](_crypto___data_blob.md) \*value) | Sets a signature verification par…
46 …e) type, [Crypto_DataBlob](_crypto___data_blob.md) \*value) | Obtains a signature verification par…
61 Defines the data used for signature verification.
77 Enumerates the types of signature verification parameters.
102 Creates a **Verify** instance for signature verification.
155 Verifies the signature of the data.
165 | out | Pointer to the signature data. |
169 Returns a boolean value, indicating whether the signature verification is successful.
186 Obtains the signature verification algorithm.
209 Obtains a signature verification parameter.
218 | type | Name of the signature verification parameter to obtain. |
284 Restores the signature data.
293 | signData | Pointer to the signature data to be restored. |
319 Sets a signature verification parameter.
328 | type | Name of the signature verification parameter to set. |
329 | value | Pointer to the value of the signature verification parameter to set. |