Home
last modified time | relevance | path

Searched refs:outCipher (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/interfaces/
H A Dalg_defs.h106 Uint8Buff *outCipher);
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
H A Dhuks_adapter.c963 const GcmParam *encryptInfo, Uint8Buff *outCipher) in CheckAesGcmEncryptParam() argument
969 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() argument
1024 int32_t res = CheckAesGcmEncryptParam(keyParams, plain, encryptInfo, outCipher); in AesGcmEncrypt()
1031 struct HksBlob cipherBlob = { outCipher->length, outCipher->val }; in AesGcmEncrypt()