Searched defs:cipherParam (Results 1 – 6 of 6) sorted by relevance
99 struct HksCipherParam *cipherParam) in OpensslDesCipherInitParams()121 struct HksCipherParam *cipherParam = (struct HksCipherParam *)usageSpec->algParam; in OpensslDesCipherInit() local
59 struct HksCipherParam *cipherParam, bool isEncrypt, const struct HksUsageSpec *usageSpec) in OpensslBlockCipherCryptInitParams()91 struct HksCipherParam *cipherParam = (struct HksCipherParam *)usageSpec->algParam; in ENABLE_CFI() local868 struct HksCipherParam *cipherParam = (struct HksCipherParam *)usageSpec->algParam; in OpensslAesCipherInit() local
270 HksCipherParam cipherParam = { .iv = { .size = sizeof(iv), .data = iv } }; variable292 HksCipherParam cipherParam = { .iv = { .size = sizeof(iv), .data = iv } }; variable
100 …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() local487 const struct HksCipherParam *cipherParam = (struct HksCipherParam *)(usageSpec->algParam); in AesCbcCrypt() local973 const struct HksCipherParam *cipherParam = (struct HksCipherParam *)(usageSpec->algParam); in AesCtrCrypt() local1059 const struct HksCipherParam *cipherParam = (struct HksCipherParam *)(usageSpec->algParam); in AesCtrCryptInit() local
370 struct DlpCipherParam* cipherParam = usageSpec->algParam; in OpensslAesCipherInit() local443 const struct DlpCipherParam* cipherParam, bool isEncrypt) in OpensslAesCipherCryptInitParams()469 …struct DlpCipherParam* cipherParam = reinterpret_cast<struct DlpCipherParam*>(usageSpec->algParam); in OpensslAesCipherCryptInit() local
411 …struct HksCipherParam *cipherParam = (struct HksCipherParam *)HksMalloc(sizeof(struct HksCipherPar… in BuildDecryptUsageSpecOfSmUnwrap() local