Searched refs:outCipher (Results 1 – 2 of 2) sorted by relevance
106 Uint8Buff *outCipher);
963 const GcmParam *encryptInfo, Uint8Buff *outCipher) in CheckAesGcmEncryptParam() argument969 const Uint8Buff *inParams[] = { plain, outCipher }; in CheckAesGcmEncryptParam()981 CHECK_LEN_LOWER_RETURN(outCipher->length, plain->length + HKS_AE_TAG_LEN, "outCipher"); in CheckAesGcmEncryptParam()1022 Uint8Buff *outCipher) in AesGcmEncrypt() argument1024 int32_t res = CheckAesGcmEncryptParam(keyParams, plain, encryptInfo, outCipher); in AesGcmEncrypt()1031 struct HksBlob cipherBlob = { outCipher->length, outCipher->val }; in AesGcmEncrypt()