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 | 291 …ncryptUpdate(const struct HksBlob *message, void *ctx, struct HksBlob *out, const uint32_t algtype) in HksCryptoHalEncryptUpdate() 305 struct HksBlob *tagAead, const uint32_t algtype) in HksCryptoHalEncryptFinal() 320 void HksCryptoHalEncryptFreeCtx(void **ctx, const uint32_t algtype) in HksCryptoHalEncryptFreeCtx() 353 …ecryptUpdate(const struct HksBlob *message, void *ctx, struct HksBlob *out, const uint32_t algtype) in HksCryptoHalDecryptUpdate() 366 struct HksBlob *tagAead, const uint32_t algtype) in HksCryptoHalDecryptFinal() 381 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 | 410 void *ctx, struct HksBlob *out, const uint32_t algtype) in HksCryptoHalEncryptUpdate() 425 struct HksBlob *tagAead, const uint32_t algtype) in HksCryptoHalEncryptFinal() 440 void HksCryptoHalEncryptFreeCtx(void **ctx, const uint32_t algtype) in HksCryptoHalEncryptFreeCtx() 475 void *ctx, struct HksBlob *out, const uint32_t algtype) in HksCryptoHalDecryptUpdate() 489 struct HksBlob *tagAead, const uint32_t algtype) in HksCryptoHalDecryptFinal() 504 void HksCryptoHalDecryptFreeCtx(void **ctx, const uint32_t algtype) in HksCryptoHalDecryptFreeCtx()
|