Searched defs:encrypt (Results 1 – 4 of 4) sorted by relevance
| /base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
| D | hks_mbedtls_aes.c | 97 const struct HksBlob *message, const bool encrypt, struct HksBlob *cipherText) in AesCbcNoPaddingCrypt() 141 const struct HksUsageSpec *usageSpec, const bool encrypt) in AesCbcNoPaddingCryptInit() 183 const struct HksBlob *message, const bool encrypt, struct HksBlob *cipherText) in AesCbcNoPaddingCryptUpdate() 233 const struct HksBlob *message, const bool encrypt, struct HksBlob *cipherText) in AesCbcNoPaddingCryptFinal() 285 const struct HksBlob *message, const bool encrypt, struct HksBlob *cipherText) in AesCbcPkcs7Crypt() 326 const bool encrypt) in AesCbcPkcs7CryptInitParam() 347 const struct HksUsageSpec *usageSpec, const bool encrypt) in AesCbcPkcs7CryptInit() 459 const struct HksBlob *message, const bool encrypt, struct HksBlob *cipherText) in AesCbcCrypt() 479 const struct HksUsageSpec *usageSpec, const bool encrypt) in AesCbcCryptInit() 497 const struct HksBlob *message, const bool encrypt, struct HksBlob *cipherText) in AesCbcCryptUpdate() [all …]
|
| D | hks_mbedtls_rsa.c | 263 const struct HksBlob *message, const bool encrypt, struct HksBlob *cipherText) in HksMbedtlsRsaCrypt()
|
| /base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/ |
| D | hks_openssl_rsa.c | 276 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()
|
| /base/security/huks/services/huks_standard/huks_engine/main/core/src/ |
| D | hks_rkc.c | 234 struct HksBlob *plainText, struct HksBlob *cipherText, const bool encrypt) in RkcMkCrypt()
|