Searched refs:algtype (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
H A D | hks_mbedtls_engine.c | 284 …ncryptUpdate(const struct HksBlob *message, void *ctx, struct HksBlob *out, const uint32_t algtype) in HksCryptoHalEncryptUpdate() argument 291 EncryptUpdate func = (EncryptUpdate)GetAbility(HKS_CRYPTO_ABILITY_ENCRYPT_UPDATE(algtype)); in HksCryptoHalEncryptUpdate() 298 struct HksBlob *tagAead, const uint32_t algtype) in HksCryptoHalEncryptFinal() argument 307 EncryptFinal func = (EncryptFinal)GetAbility(HKS_CRYPTO_ABILITY_ENCRYPT_FINAL(algtype)); in HksCryptoHalEncryptFinal() 313 void HksCryptoHalEncryptFreeCtx(void **ctx, const uint32_t algtype) in HksCryptoHalEncryptFreeCtx() argument 315 FreeCtx func = (FreeCtx)GetAbility(HKS_CRYPTO_ABILITY_ENCRYPT_FREE_CTX(algtype)); in HksCryptoHalEncryptFreeCtx() 352 DecryptUpdate func = (DecryptUpdate)GetAbility(HKS_CRYPTO_ABILITY_DECRYPT_UPDATE(algtype)); in HksCryptoHalDecryptUpdate() 359 struct HksBlob *tagAead, const uint32_t algtype) in HksCryptoHalDecryptFinal() argument 368 DecryptFinal func = (DecryptFinal)GetAbility(HKS_CRYPTO_ABILITY_DECRYPT_FINAL(algtype)); in HksCryptoHalDecryptFinal() 374 void HksCryptoHalDecryptFreeCtx(void **ctx, const uint32_t algtype) in HksCryptoHalDecryptFreeCtx() argument [all …]
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/ |
H A D | hks_openssl_engine.c | 406 void *ctx, struct HksBlob *out, const uint32_t algtype) in HksCryptoHalEncryptUpdate() argument 414 EncryptUpdate func = (EncryptUpdate)GetAbility(HKS_CRYPTO_ABILITY_ENCRYPT_UPDATE(algtype)); in HksCryptoHalEncryptUpdate() 421 struct HksBlob *tagAead, const uint32_t algtype) in HksCryptoHalEncryptFinal() argument 430 EncryptFinal func = (EncryptFinal)GetAbility(HKS_CRYPTO_ABILITY_ENCRYPT_FINAL(algtype)); in HksCryptoHalEncryptFinal() 436 void HksCryptoHalEncryptFreeCtx(void **ctx, const uint32_t algtype) in HksCryptoHalEncryptFreeCtx() argument 438 FreeCtx func = (FreeCtx)GetAbility(HKS_CRYPTO_ABILITY_ENCRYPT_FREE_CTX(algtype)); in HksCryptoHalEncryptFreeCtx() 471 void *ctx, struct HksBlob *out, const uint32_t algtype) in HksCryptoHalDecryptUpdate() argument 485 struct HksBlob *tagAead, const uint32_t algtype) in HksCryptoHalDecryptFinal() argument 494 DecryptFinal func = (DecryptFinal)GetAbility(HKS_CRYPTO_ABILITY_DECRYPT_FINAL(algtype)); in HksCryptoHalDecryptFinal() 500 void HksCryptoHalDecryptFreeCtx(void **ctx, const uint32_t algtype) in HksCryptoHalDecryptFreeCtx() argument [all …]
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/include/ |
H A D | hks_crypto_hal.h | 225 const uint32_t algtype); 228 struct HksBlob *tagAead, const uint32_t algtype); 230 void HksCryptoHalEncryptFreeCtx(void **ctx, const uint32_t algtype); 238 const uint32_t algtype); 241 struct HksBlob *tagAead, const uint32_t algtype); 243 void HksCryptoHalDecryptFreeCtx(void **ctx, const uint32_t algtype);
|