Home
last modified time | relevance | path

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

/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
H A Ddlp_crypt.cpp124 struct DlpCipherParam* cipherParam = usageSpec->algParam; in OpensslAesCipherInit() local
197 const struct DlpCipherParam* cipherParam, bool isEncrypt) in OpensslAesCipherCryptInitParams()
223 …struct DlpCipherParam* cipherParam = reinterpret_cast<struct DlpCipherParam*>(usageSpec->algParam); in OpensslAesCipherCryptInit() local
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/
H A Dhks_crypto_hal_api_mbedtls.cpp270 HksCipherParam cipherParam = { .iv = { .size = sizeof(iv), .data = iv } }; variable
292 HksCipherParam cipherParam = { .iv = { .size = sizeof(iv), .data = iv } }; variable
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_mbedtls_aes.c98 …c int32_t AesCbcNoPaddingCrypt(const struct HksBlob *key, const struct HksCipherParam *cipherParam, in AesCbcNoPaddingCrypt()
280 static int32_t AesCbcPkcs7Crypt(const struct HksBlob *key, const struct HksCipherParam *cipherParam, in AesCbcPkcs7Crypt()
364 const struct HksCipherParam *cipherParam = (struct HksCipherParam *)(usageSpec->algParam); in AesCbcPkcs7CryptInit() local
466 const struct HksCipherParam *cipherParam = (struct HksCipherParam *)(usageSpec->algParam); in AesCbcCrypt() local
952 const struct HksCipherParam *cipherParam = (struct HksCipherParam *)(usageSpec->algParam); in AesCtrCrypt() local
1038 const struct HksCipherParam *cipherParam = (struct HksCipherParam *)(usageSpec->algParam); in AesCtrCryptInit() local
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_aes.c59 struct HksCipherParam *cipherParam, bool isEncrypt, const struct HksUsageSpec *usageSpec) in OpensslBlockCipherCryptInitParams()
91 struct HksCipherParam *cipherParam = (struct HksCipherParam *)usageSpec->algParam; in ENABLE_CFI() local
878 struct HksCipherParam *cipherParam = (struct HksCipherParam *)usageSpec->algParam; in OpensslAesCipherInit() local
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_sm_import_wrap_key.c409 …struct HksCipherParam *cipherParam = (struct HksCipherParam *)HksMalloc(sizeof(struct HksCipherPar… in BuildDecryptUsageSpecOfSmUnwrap() local