Home
last modified time | relevance | path

Searched refs:OH_CryptoVerify_Update (Results 1 - 3 of 3) sorted by relevance

/base/security/crypto_framework/interfaces/kits/native/include/
H A Dcrypto_signature.h98 * @see OH_CryptoVerify_Update
118 OH_Crypto_ErrCode OH_CryptoVerify_Update(OH_CryptoVerify *ctx, Crypto_DataBlob *in);
128 * @see OH_CryptoVerify_Update
/base/security/crypto_framework/test/unittest/src/native/
H A Dnative_signature_test.cpp70 res = OH_CryptoVerify_Update(verify, nullptr); in HWTEST_F()
87 EXPECT_NE(OH_CryptoVerify_Update, nullptr); in HWTEST_F()
/base/security/crypto_framework/frameworks/native/src/
H A Dsignature.c67 OH_Crypto_ErrCode OH_CryptoVerify_Update(OH_CryptoVerify *ctx, Crypto_DataBlob *in) in OH_CryptoVerify_Update() function

Completed in 1 milliseconds