Searched defs:algtype (Results 1 – 2 of 2) sorted by relevance
| /base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
| D | hks_mbedtls_engine.c | 367 …ncryptUpdate(const struct HksBlob *message, void *ctx, struct HksBlob *out, const uint32_t algtype) in HksCryptoHalEncryptUpdate() 381 struct HksBlob *tagAead, const uint32_t algtype) in HksCryptoHalEncryptFinal() 396 void HksCryptoHalEncryptFreeCtx(void **ctx, const uint32_t algtype) in HksCryptoHalEncryptFreeCtx() 429 …ecryptUpdate(const struct HksBlob *message, void *ctx, struct HksBlob *out, const uint32_t algtype) in HksCryptoHalDecryptUpdate() 442 struct HksBlob *tagAead, const uint32_t algtype) in HksCryptoHalDecryptFinal() 463 void HksCryptoHalDecryptFreeCtx(void **ctx, const uint32_t algtype) in HksCryptoHalDecryptFreeCtx()
|
| /base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/ |
| D | hks_openssl_engine.c | 406 void *ctx, struct HksBlob *out, const uint32_t algtype) in HksCryptoHalEncryptUpdate() 421 struct HksBlob *tagAead, const uint32_t algtype) in HksCryptoHalEncryptFinal() 436 void HksCryptoHalEncryptFreeCtx(void **ctx, const uint32_t algtype) in HksCryptoHalEncryptFreeCtx() 471 void *ctx, struct HksBlob *out, const uint32_t algtype) in HksCryptoHalDecryptUpdate() 485 struct HksBlob *tagAead, const uint32_t algtype) in HksCryptoHalDecryptFinal() 500 void HksCryptoHalDecryptFreeCtx(void **ctx, const uint32_t algtype) in HksCryptoHalDecryptFreeCtx()
|