Home
last modified time | relevance | path

Searched defs:cipherText (Results 76 – 100 of 107) sorted by relevance

12345

/ohos5.0/drivers/peripheral/huks/hdi_service/
H A Dhuks_hdi_service.c161 const struct HuksBlob *plainText, struct HuksBlob *cipherText) in HuksEncrypt()
170 const struct HuksBlob *cipherText, struct HuksBlob *plainText) in HuksDecrypt()
H A Dhuks_hdi_template.h217 #define HDI_CONVERTER_FUNC_ENCRYPT(key, paramSet, plainText, cipherText, ret, func) \ argument
232 #define HDI_CONVERTER_FUNC_DECRYPT(key, paramSet, cipherText, plainText, ret, func) \ argument
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/
H A Dhks_crypto_hal_rsa_oaep_decrypt.cpp798 …HksBlob cipherText = { .size = outLen, .data = (uint8_t *)HksMalloc(outLen + HKS_PADDING_SUPPLENME… in RunTestCase() local
H A Dhks_crypto_hal_aes_encrypt.cpp422 …HksBlob cipherText = { .size = outLen, .data = (uint8_t *)HksMalloc(outLen + HKS_PADDING_SUPPLENME… in RunTestCase() local
H A Dhks_crypto_hal_rsa_cipher.cpp888 HksBlob cipherText = { .size = outLen, .data = (uint8_t *)HksMalloc(outLen) }; in RunTestCase() local
H A Dhks_crypto_hal_rsa_oaep_encrypt.cpp672 …HksBlob cipherText = { .size = outLen, .data = (uint8_t *)HksMalloc(outLen + HKS_PADDING_SUPPLENME… in RunTestCase() local
/ohos5.0/base/security/huks/test/reliability/src/
H A Dpressure_test.cpp578 HksBlob cipherText = { .size = inLen, .data = (uint8_t *)HksMalloc(inLen) }; variable
634 HksBlob cipherText = { .size = inLen, .data = (uint8_t *)HksMalloc(inLen) }; variable
1060 HksBlob cipherText = { .size = inLen, .data = (uint8_t *)HksMalloc(inLen) }; variable
1119 HksBlob cipherText = { .size = inLen, .data = (uint8_t *)HksMalloc(inLen) }; variable
H A Dapi_pressure_test.cpp698 HksBlob cipherText = { .size = inLen, .data = (uint8_t *)HksMalloc(inLen) }; in EncryptTest() local
706 const struct HksBlob *cipherText, uint32_t *inLen) in DecryptTest()
832 HksBlob cipherText = { .size = CIPHER_SIZE, .data = (uint8_t *)HksMalloc(CIPHER_SIZE) }; in CipherScene() local
1325 HksBlob cipherText = { .size = inLen, .data = (uint8_t *)HksMalloc(inLen) }; variable
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/rkc/src/
H A Dhks_rkc.c240 struct HksBlob *plainText, struct HksBlob *cipherText, const bool encrypt) in ExecuteMkCrypt()
268 struct HksBlob *plainText, struct HksBlob *cipherText, const bool encrypt) in RkcMkCrypt()
H A Dhks_rkc_v1.c176 struct HksBlob *plainText, struct HksBlob *cipherText, const bool encrypt) in RkcMkCryptV1()
/ohos5.0/base/security/huks/test/unittest/huks_common_test/src/
H A Dhks_test_adapt_for_de.c282 const struct HksBlob *plainText, struct HksBlob *cipherText) in HksEncryptForDe()
304 const struct HksBlob *cipherText, struct HksBlob *plainText) in HksDecryptForDe()
/ohos5.0/foundation/communication/dsoftbus/core/adapter/huks/src/
H A Dsoftbus_rsa_encrypt.c294 uint8_t *cipherText = (uint8_t *)SoftBusCalloc(cipherTextLen); in SoftBusRsaEncrypt() local
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_sm2_crypto_util.cpp249 HcfBlob *cipherText = GetBlobFromNapiDataBlob(env, argv[0]); in JsGetCipherTextSpec() local
/ohos5.0/base/security/huks/frameworks/huks_standard/main/os_dependency/ipc/src/
H A Dhks_client_service_passthrough.c221 const struct HksBlob *plainText, struct HksBlob *cipherText) in HksClientEncrypt()
239 const struct HksBlob *cipherText, struct HksBlob *plainText) in HksClientDecrypt()
H A Dhks_client_service_ipc.c433 const struct HksBlob *plainText, struct HksBlob *cipherText) in HksClientEncrypt()
456 const struct HksBlob *cipherText, struct HksBlob *plainText) in HksClientDecrypt()
/ohos5.0/base/security/huks/interfaces/inner_api/huks_standard/main/include/
H A Dhuks_hdi.h223 #define HDI_CONVERTER_FUNC_ENCRYPT(key, paramSet, plainText, cipherText, ret, func) \ argument
238 #define HDI_CONVERTER_FUNC_DECRYPT(key, paramSet, cipherText, plainText, ret, func) \ argument
/ohos5.0/base/security/huks/interfaces/inner_api/huks_standard/source/
H A Dhks_api.c315 const struct HksBlob *plainText, struct HksBlob *cipherText) in HksEncrypt()
347 const struct HksBlob *cipherText, struct HksBlob *plainText) in HksDecrypt()
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/asymmetric_alg_test/
H A Dhks_rsa_cipher_part5_test.cpp417 struct HksBlob cipherText = { RSA_COMMON_SIZE, cipher }; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsecurity_manager.cpp220 struct HksBlob cipherText = { sizeof(cipherBuf), cipherBuf }; in Encrypt() local
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dcollector_func.c355 Buffer *cipherText = NULL; in SetEncryptParam() local
H A Dverifier_func.c432 Buffer *cipherText = GetBufferFromAttribute(attribute, PIN_ATTR_KEK_SECRET, CONST_PIN_DATA_LEN); in GetPinData() local
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_import_wrapped_sm2_suite_test.cpp453 …onst struct HksParamSet *encryptParamSet, const struct HksBlob *inData, struct HksBlob *cipherText) in HksTestEncrypt()
552 struct HksBlob cipherText = {SM2_COMMON_SIZE, cipher}; in importSmKey() local
/ohos5.0/base/telephony/core_service/utils/common/src/
H A Dtel_aes_crypto_util.cpp230 struct HksBlob cipherText = { srcData.length() + AEAD_SIZE, cipher }; in AesCryptoEncryptInner() local
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/ca/
H A Dhks_teec.c579 const struct HksBlob *plainText, struct HksBlob *cipherText) in HksTeeEncrypt()
585 const struct HksBlob *cipherText, struct HksBlob *plainText) in HksTeeDecrypt()
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/idl/ipc/
H A Dhks_ipc_service.c409 struct HksBlob cipherText = { 0, NULL }; in HksIpcServiceEncrypt() local
443 struct HksBlob cipherText = { 0, NULL }; in HksIpcServiceDecrypt() local

12345