Home
last modified time | relevance | path

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

/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
Dhks_openssl_des.c99 struct HksCipherParam *cipherParam) in OpensslDesCipherInitParams()
121 struct HksCipherParam *cipherParam = (struct HksCipherParam *)usageSpec->algParam; in OpensslDesCipherInit() local
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
868 struct HksCipherParam *cipherParam = (struct HksCipherParam *)usageSpec->algParam; in OpensslAesCipherInit() local
/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/
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
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
Dhks_mbedtls_aes.c100 …c int32_t AesCbcNoPaddingCrypt(const struct HksBlob *key, const struct HksCipherParam *cipherParam, in AesCbcNoPaddingCrypt()
293 static int32_t AesCbcPkcs7Crypt(const struct HksBlob *key, const struct HksCipherParam *cipherParam, in AesCbcPkcs7Crypt()
377 const struct HksCipherParam *cipherParam = (struct HksCipherParam *)(usageSpec->algParam); in AesCbcPkcs7CryptInit() local
487 const struct HksCipherParam *cipherParam = (struct HksCipherParam *)(usageSpec->algParam); in AesCbcCrypt() local
973 const struct HksCipherParam *cipherParam = (struct HksCipherParam *)(usageSpec->algParam); in AesCtrCrypt() local
1059 const struct HksCipherParam *cipherParam = (struct HksCipherParam *)(usageSpec->algParam); in AesCtrCryptInit() local
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
Ddlp_crypt.cpp370 struct DlpCipherParam* cipherParam = usageSpec->algParam; in OpensslAesCipherInit() local
443 const struct DlpCipherParam* cipherParam, bool isEncrypt) in OpensslAesCipherCryptInitParams()
469 …struct DlpCipherParam* cipherParam = reinterpret_cast<struct DlpCipherParam*>(usageSpec->algParam); in OpensslAesCipherCryptInit() local
/base/security/huks/services/huks_standard/huks_engine/main/core/src/
Dhks_sm_import_wrap_key.c411 …struct HksCipherParam *cipherParam = (struct HksCipherParam *)HksMalloc(sizeof(struct HksCipherPar… in BuildDecryptUsageSpecOfSmUnwrap() local