Home
last modified time | relevance | path

Searched defs:encrypt (Results 1 – 5 of 5) sorted by relevance

/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
Dhks_mbedtls_aes.c99 const struct HksBlob *message, const bool encrypt, struct HksBlob *cipherText) in AesCbcNoPaddingCrypt()
144 const struct HksUsageSpec *usageSpec, const bool encrypt) in AesCbcNoPaddingCryptInit()
183 const struct HksBlob *message, const bool encrypt, struct HksBlob *cipherText) in AesCbcNoPaddingCryptUpdate()
229 const struct HksBlob *message, const bool encrypt, struct HksBlob *cipherText) in AesCbcNoPaddingCryptFinal()
281 const struct HksBlob *message, const bool encrypt, struct HksBlob *cipherText) in AesCbcPkcs7Crypt()
326 const bool encrypt) in AesCbcPkcs7CryptInitParam()
350 const struct HksUsageSpec *usageSpec, const bool encrypt) in AesCbcPkcs7CryptInit()
464 const struct HksBlob *message, const bool encrypt, struct HksBlob *cipherText) in AesCbcCrypt()
484 const struct HksUsageSpec *usageSpec, const bool encrypt) in AesCbcCryptInit()
502 const struct HksBlob *message, const bool encrypt, struct HksBlob *cipherText) in AesCbcCryptUpdate()
[all …]
Dhks_rkc.c239 struct HksBlob *plainText, struct HksBlob *cipherText, const bool encrypt) in ExecuteMkCrypt()
267 struct HksBlob *plainText, struct HksBlob *cipherText, const bool encrypt) in RkcMkCrypt()
Dhks_rkc_v1.c175 struct HksBlob *plainText, struct HksBlob *cipherText, const bool encrypt) in RkcMkCryptV1()
Dhks_mbedtls_rsa.c264 const struct HksBlob *message, const bool encrypt, struct HksBlob *cipherText) in HksMbedtlsRsaCrypt()
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
Dhks_openssl_rsa.c283 static EVP_PKEY_CTX *InitEvpPkeyCtx(const struct HksBlob *key, bool encrypt) in InitEvpPkeyCtx()
354 const struct HksBlob *message, const bool encrypt, struct HksBlob *cipherText) in HksOpensslRsaCrypt()