Searched defs:encrypt (Results 1 – 9 of 9) sorted by relevance
| /base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
| D | hks_mbedtls_aes.c | 99 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 …]
|
| D | hks_mbedtls_rsa.c | 264 const struct HksBlob *message, const bool encrypt, struct HksBlob *cipherText) in HksMbedtlsRsaCrypt()
|
| /base/account/os_account/services/accountmgr/include/ |
| D | account_data_storage.h | 29 bool encrypt = false; member
|
| /base/security/huks/test/unittest/huks_standard_test/three_stage_test/include/asymmetric_alg_test/ |
| D | hks_sm2_cipher_test.h | 60 struct TestCaseParam encrypt; member
|
| /base/security/asset/services/core_service/src/operations/ |
| D | operation_update.rs | 29 fn encrypt(calling_info: &CallingInfo, db_data: &DbMap) -> Result<Vec<u8>> { in encrypt() function
|
| /base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/ |
| D | hks_openssl_rsa.c | 312 static EVP_PKEY_CTX *InitEvpPkeyCtx(const struct HksBlob *key, bool encrypt) in InitEvpPkeyCtx() 388 const struct HksBlob *message, const bool encrypt, struct HksBlob *cipherText) in HksOpensslRsaCrypt()
|
| /base/security/huks/frameworks/huks_standard/main/crypto_engine/rkc/src/ |
| D | hks_rkc.c | 240 struct HksBlob *plainText, struct HksBlob *cipherText, const bool encrypt) in ExecuteMkCrypt() 268 struct HksBlob *plainText, struct HksBlob *cipherText, const bool encrypt) in RkcMkCrypt()
|
| D | hks_rkc_v1.c | 176 struct HksBlob *plainText, struct HksBlob *cipherText, const bool encrypt) in RkcMkCryptV1()
|
| /base/security/asset/services/crypto_manager/src/ |
| D | crypto.rs | 117 pub fn encrypt(key: &SecretKey, msg: &Vec<u8>, aad: &Vec<u8>) -> Result<Vec<u8>> { in encrypt() method
|