Searched defs:cipherParam (Results 1 – 5 of 5) sorted by relevance
124 struct DlpCipherParam* cipherParam = usageSpec->algParam; in OpensslAesCipherInit() local197 const struct DlpCipherParam* cipherParam, bool isEncrypt) in OpensslAesCipherCryptInitParams()223 …struct DlpCipherParam* cipherParam = reinterpret_cast<struct DlpCipherParam*>(usageSpec->algParam); in OpensslAesCipherCryptInit() local
270 HksCipherParam cipherParam = { .iv = { .size = sizeof(iv), .data = iv } }; variable292 HksCipherParam cipherParam = { .iv = { .size = sizeof(iv), .data = iv } }; variable
98 …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() local466 const struct HksCipherParam *cipherParam = (struct HksCipherParam *)(usageSpec->algParam); in AesCbcCrypt() local952 const struct HksCipherParam *cipherParam = (struct HksCipherParam *)(usageSpec->algParam); in AesCtrCrypt() local1038 const struct HksCipherParam *cipherParam = (struct HksCipherParam *)(usageSpec->algParam); in AesCtrCryptInit() local
59 struct HksCipherParam *cipherParam, bool isEncrypt, const struct HksUsageSpec *usageSpec) in OpensslBlockCipherCryptInitParams()91 struct HksCipherParam *cipherParam = (struct HksCipherParam *)usageSpec->algParam; in ENABLE_CFI() local878 struct HksCipherParam *cipherParam = (struct HksCipherParam *)usageSpec->algParam; in OpensslAesCipherInit() local
409 …struct HksCipherParam *cipherParam = (struct HksCipherParam *)HksMalloc(sizeof(struct HksCipherPar… in BuildDecryptUsageSpecOfSmUnwrap() local