Searched refs:HksCryptoHalEncryptUpdate (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/ |
H A D | hks_crypto_hal_api_openssl.cpp | 699 ret = HksCryptoHalEncryptUpdate(&message, nullptr, &out, spec.algType); 703 ret = HksCryptoHalEncryptUpdate(&message, nullptr, &out, spec.algType); 708 ret = HksCryptoHalEncryptUpdate(&message, ctx, &out, spec.algType); 712 ret = HksCryptoHalEncryptUpdate(&message, ctx, &out, spec.algType); 716 ret = HksCryptoHalEncryptUpdate(&message, ctx, &out, spec.algType);
|
H A D | hks_crypto_hal_aes_encrypt.cpp | 369 …EXPECT_EQ(HksCryptoHalEncryptUpdate(&messageUpdate, encryptCtx, &out, testCaseParams.usageSpec.alg… in RunTestEncrypt() 393 …EXPECT_EQ(HksCryptoHalEncryptUpdate(encryptMsg, encryptCtx, &out, testCaseParams.usageSpec.algType… in RunTestEncrypt()
|
H A D | hks_crypto_hal_aes_cipher.cpp | 514 …EXPECT_EQ(HksCryptoHalEncryptUpdate(&messageUpdate, encryptCtx, &out, testCaseParams.usageSpec.alg… in RunTestEncrypt() 540 …EXPECT_EQ(HksCryptoHalEncryptUpdate(encryptMsg, encryptCtx, &out, testCaseParams.usageSpec.algType… in RunTestEncrypt()
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/include/ |
H A D | hks_crypto_hal.h | 224 int32_t HksCryptoHalEncryptUpdate(const struct HksBlob *message, void *ctx, struct HksBlob *out,
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
H A D | hks_mbedtls_engine.c | 284 int32_t HksCryptoHalEncryptUpdate(const struct HksBlob *message, void *ctx, struct HksBlob *out, co… in HksCryptoHalEncryptUpdate() function
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/ |
H A D | hks_openssl_engine.c | 405 int32_t HksCryptoHalEncryptUpdate(const struct HksBlob *message, in HksCryptoHalEncryptUpdate() function
|
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/ |
H A D | hks_core_service_three_stage.c | 771 ret = HksCryptoHalEncryptUpdate(inData, ctx, outData, alg); in CoreCipherUpdate()
|