Searched refs:GcmParam (Results 1 - 7 of 7) sorted by relevance
/base/security/device_auth/deps_adapter/key_management_adapter/interfaces/ |
H A D | alg_defs.h | 66 } GcmParam; typedef 105 typedef int32_t (*AesGcmEncryptFunc)(const KeyParams *keyParams, const Uint8Buff *plain, const GcmParam *encryptInfo, 107 typedef int32_t (*AesGcmDecryptFunc)(const KeyParams *keyParams, const Uint8Buff *cipher, const GcmParam *decryptInfo,
|
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/lite_exchange_task/ |
H A D | iso_client_bind_exchange_task.c | 51 GcmParam gcmParam; in DecAndImportInner() 186 GcmParam gcmParams; in ClientBindAesEncrypt()
|
H A D | iso_server_bind_exchange_task.c | 96 GcmParam gcmParam; in DecryptChallenge() 164 GcmParam gcmParam = { nonceBuf->val, nonceBuf->length, challengeBuf->val, challengeBuf->length }; in GenAndEncAuthCode()
|
/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/ |
H A D | expand_sub_session.c | 105 GcmParam gcmParam = { impl->nonce.val, impl->nonce.length, in EncryptMsg() 128 GcmParam gcmParam = { impl->nonce.val, impl->nonce.length, in DecryptMsg()
|
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/ |
H A D | huks_adapter.c | 963 const GcmParam *encryptInfo, Uint8Buff *outCipher) in CheckAesGcmEncryptParam() 986 static int32_t ConstructAesGcmEncryptParamSet(const GcmParam *encryptInfo, const KeyParams *keyParams, in ConstructAesGcmEncryptParamSet() 1021 static int32_t AesGcmEncrypt(const KeyParams *keyParams, const Uint8Buff *plain, const GcmParam *encryptInfo, in AesGcmEncrypt() 1051 const GcmParam *decryptInfo, Uint8Buff *outPlain) in CheckAesGcmDecryptParam() 1074 static int32_t ConstructAesGcmDecryptParamSet(const GcmParam *decryptInfo, const KeyParams *keyParams, in ConstructAesGcmDecryptParamSet() 1109 static int32_t AesGcmDecrypt(const KeyParams *keyParams, const Uint8Buff *cipher, const GcmParam *decryptInfo, in AesGcmDecrypt()
|
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/iso_task_common/ |
H A D | iso_task_common.c | 98 GcmParam encryptInfo; in GenerateEncResult() 240 GcmParam gcmParam; in CheckEncResult()
|
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/standard_exchange_task/ |
H A D | common_standard_bind_exchange.c | 254 GcmParam encryptInfo = { in EncryptAuthAndSignInfo() 288 GcmParam decryptInfo = { in DecryptAuthAndSignInfo()
|
Completed in 8 milliseconds