/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/interfaces/ |
H A D | alg_defs.h | 36 Uint8Buff authId; 82 typedef int32_t (*Sha256Func)(const Uint8Buff *message, Uint8Buff *hash); 89 Uint8Buff *outHmac); 92 Uint8Buff *outHkdf); 95 const Uint8Buff *extInfo, Uint8Buff *outPsk); 106 Uint8Buff *outCipher); 108 Uint8Buff *outPlain); 119 Uint8Buff *sharedKey); 122 Uint8Buff *outNum); 132 Uint8Buff *outSignature); [all …]
|
/ohos5.0/base/security/device_auth/services/protocol/inc/pake_protocol/ |
H A D | pake_defs.h | 50 Uint8Buff salt; 51 Uint8Buff psk; 54 Uint8Buff base; 55 Uint8Buff eskSelf; 56 Uint8Buff epkSelf; 57 Uint8Buff epkPeer; 58 Uint8Buff idSelf; 59 Uint8Buff idPeer; 62 Uint8Buff hmacKey; 63 Uint8Buff kcfData; [all …]
|
/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/ |
H A D | das_task_common.h | 28 int32_t GenerateKeyAlias(const Uint8Buff *pkgName, const Uint8Buff *serviceType, const KeyAliasType… 29 const Uint8Buff *authId, Uint8Buff *outKeyAlias); 30 int32_t GeneratePseudonymPskAlias(const Uint8Buff *serviceType, const Uint8Buff *peerAuthId, Uint8B… 31 int32_t GetIdPeer(const CJson *in, const char *peerIdKey, const Uint8Buff *authIdSelf, Uint8Buff *a… 32 int32_t GetAndCheckAuthIdPeer(const CJson *in, const Uint8Buff *authIdSelf, const Uint8Buff *authId… 33 int32_t GetAuthIdPeerFromPayload(const CJson *in, const Uint8Buff *authIdSelf, Uint8Buff *authIdPee…
|
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/creds_manager/ |
H A D | das_standard_token_manager.c | 23 Uint8Buff pkgNameBuff = { params->pkgName.val, params->pkgName.length }; in RegisterLocalIdentityStd() 27 Uint8Buff keyAliasBuff = { keyAliasVal, PAKE_KEY_ALIAS_LEN }; in RegisterLocalIdentityStd() 28 Uint8Buff authIdBuff = { params->authId.val, params->authId.length }; in RegisterLocalIdentityStd() 104 static int32_t DeletePeerPubKey(int32_t osAccountId, const Uint8Buff *pkgNameBuff, const Uint8Buff … in DeletePeerPubKey() 105 KeyAliasType keyType, const Uint8Buff *authIdPeer) in DeletePeerPubKey() 136 static int32_t DeleteAuthPsk(int32_t osAccountId, const Uint8Buff *pkgNameBuff, const Uint8Buff *se… in DeleteAuthPsk() 137 const Uint8Buff *authIdPeer) in DeleteAuthPsk() 174 const Uint8Buff *authIdPeer) in DeletePseudonymPskStd() 290 const Uint8Buff *peerKeyAlias, Uint8Buff *sharedKeyAlias) in ComputeAndSavePskInner() 328 Uint8Buff selfKeyAlias = { selfKeyAliasVal, PAKE_KEY_ALIAS_LEN }; in ComputeAndSavePskStd() [all …]
|
H A D | das_lite_token_manager.c | 24 Uint8Buff pkgNameBuff = { params->pkgName.val, params->pkgName.length }; in UnregisterLocalIdentityLite() 25 Uint8Buff serviceTypeBuff = { params->serviceType.val, params->serviceType.length }; in UnregisterLocalIdentityLite() 28 Uint8Buff isoKeyAliasBuff = { isoKeyAliasVal, ISO_KEY_ALIAS_LEN }; in UnregisterLocalIdentityLite() 29 Uint8Buff authIdBuff = { params->authId.val, params->authId.length }; in UnregisterLocalIdentityLite() 52 Uint8Buff pkgNameBuff = { params->pkgName.val, params->pkgName.length }; in DeletePeerAuthInfoLite() 53 Uint8Buff serviceTypeBuff = { params->serviceType.val, params->serviceType.length }; in DeletePeerAuthInfoLite() 56 Uint8Buff isoKeyAliasBuff = { isoKeyAliasVal, ISO_KEY_ALIAS_LEN }; in DeletePeerAuthInfoLite() 57 Uint8Buff authIdBuff = { params->authId.val, params->authId.length }; in DeletePeerAuthInfoLite() 77 Uint8Buff isoUpgradeKeyAliasBuff = { isoUpgradeKeyAliasVal, ISO_UPGRADE_KEY_ALIAS_LEN }; in DeletePeerAuthInfoLite()
|
/ohos5.0/base/security/device_auth/services/mk_agree/src/ |
H A D | key_manager.c | 36 static int32_t ConvertHashToAlias(const Uint8Buff *keyAliasHash, Uint8Buff *outKeyAlias) in ConvertHashToAlias() 59 …2_t ConvertHashToAliasWithPrefix(const char *prefix, const Uint8Buff *keyAliasHash, Uint8Buff *key… in ConvertHashToAliasWithPrefix() 91 static int32_t GenerateDevKeyAlias(Uint8Buff *outKeyAlias) in GenerateDevKeyAlias() 100 Uint8Buff keyAliasHash = { hashValue, SHA256_LEN }; in GenerateDevKeyAlias() 118 Uint8Buff keyAliasHash = { hashValue, SHA256_LEN }; in GenerateMkAlias() 134 Uint8Buff keyAliasHash = { hashValue, SHA256_LEN }; in GeneratePseudonymPskAlias() 149 static int32_t KeyDerivation(int32_t osAccountId, const Uint8Buff *baseAlias, const Uint8Buff *salt… in KeyDerivation() 150 Uint8Buff *returnKey) in KeyDerivation() 201 Uint8Buff mkAliasBuff = { mkAlias, PAKE_KEY_ALIAS_LEN }; in GenerateMk() 272 Uint8Buff pskBuff = { NULL, 0 }; in GeneratePseudonymPsk() [all …]
|
H A D | mk_agree_task.c | 37 Uint8Buff devicePk = { NULL, 0 }; in GeneratePakeRequestPayload() 99 Uint8Buff devicePk = { NULL, 0 }; in GeneratePakeResponsePayload() 128 static int32_t CombineSalt(const Uint8Buff *firstSalt, const Uint8Buff *secondSalt, Uint8Buff *retu… in CombineSalt() 149 …c int32_t ComputeKcfData(PakeMkAgreeTask *pakeTask, const Uint8Buff *firstSalt, const Uint8Buff *s… in ComputeKcfData() 150 Uint8Buff *returnKcfData) in ComputeKcfData() 152 Uint8Buff saltBuff = { NULL, 0 }; in ComputeKcfData() 158 Uint8Buff tmpKcfData = { NULL, 0 }; in ComputeKcfData() 174 Uint8Buff kcfData = { NULL, 0 }; in GeneratePakeResponsePayloadData() 235 Uint8Buff payloadData = { NULL, 0 }; in GeneratePakeRequestData() 316 Uint8Buff saltBuff = { NULL, 0 }; in GenerateMkByPeer() [all …]
|
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/ |
H A D | das_task_common.c | 167 static int32_t CombineServiceId(const Uint8Buff *pkgName, const Uint8Buff *serviceType, Uint8Buff *… in CombineServiceId() 201 static int32_t CombineKeyAlias(const Uint8Buff *serviceId, const Uint8Buff *keyType, in CombineKeyAlias() 202 const Uint8Buff *authId, Uint8Buff *keyAliasHash) in CombineKeyAlias() 246 const Uint8Buff *keyType, Uint8Buff *keyAliasHash) in CombineKeyAliasForPseudonymPsk() 289 static int32_t CombineKeyAliasForIso(const Uint8Buff *serviceId, const Uint8Buff *keyType, in CombineKeyAliasForIso() 290 const Uint8Buff *authId, Uint8Buff *outKeyAlias) in CombineKeyAliasForIso() 303 static int32_t CombineKeyAliasForPake(const Uint8Buff *serviceId, const Uint8Buff *keyType, in CombineKeyAliasForPake() 304 const Uint8Buff *authId, Uint8Buff *outKeyAlias) in CombineKeyAliasForPake() 347 int32_t GenerateKeyAlias(const Uint8Buff *pkgName, const Uint8Buff *serviceType, in GenerateKeyAlias() 348 const KeyAliasType keyType, const Uint8Buff *authId, Uint8Buff *outKeyAlias) in GenerateKeyAlias() [all …]
|
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/pake_v1_task/pake_v1_protocol_task/ |
H A D | pake_v1_protocol_task_common.c | 112 static int32_t GetInnerExtInfo(const Uint8Buff *extInfoBuff, Uint8Buff *innerExtInfo) in GetInnerExtInfo() 155 Uint8Buff extInfoBuff = { NULL, 0 }; in LoadPseudonymFlagIfNeed() 162 Uint8Buff innerExtInfo = { NULL, 0 }; in LoadPseudonymFlagIfNeed() 397 Uint8Buff extInfoBuff = { NULL, 0 }; in LoadPseudonymExtInfoIfNeed() 404 Uint8Buff innerExtInfo = { NULL, 0 }; in LoadPseudonymExtInfoIfNeed() 502 Uint8Buff hexBuff = { in AddPseudonymIdToPayload() 535 Uint8Buff hexBuff = { in AddPseudonymChallengeToPayload() 555 Uint8Buff *pseudonymIdBuff) in GenerateSelfPseudonymChlgAndId() 588 Uint8Buff *pseudonymIdBuff) in GetSelfPseudonymChlgAndIdByExtInfo() 749 const Uint8Buff *peerNextPseudonymIdBuff, Uint8Buff *extInfoBuff) in GeneratePseudonymPskExtInfo() [all …]
|
/ohos5.0/base/security/device_auth/services/protocol/inc/iso_protocol/ |
H A D | iso_protocol_common.h | 30 Uint8Buff randSelf; 31 Uint8Buff randPeer; 32 Uint8Buff authIdSelf; // need malloc by caller 33 Uint8Buff authIdPeer; // need malloc by caller 34 Uint8Buff sessionKey; 48 int IsoClientCheckAndGenToken(IsoBaseParams *params, const Uint8Buff *peerToken, Uint8Buff *selfTok… 51 int IsoServerGenRandomAndToken(IsoBaseParams *params, Uint8Buff *selfTokenBuf); 52 …erverGenSessionKeyAndCalToken(IsoBaseParams *params, const Uint8Buff *tokenFromPeer, Uint8Buff *to…
|
/ohos5.0/base/security/device_auth/common_lib/interfaces/ |
H A D | uint8buff_utils.h | 25 } Uint8Buff; typedef 31 int32_t InitUint8Buff(Uint8Buff *buff, uint32_t buffLen); 32 int32_t DeepCopyUint8Buff(const Uint8Buff *buff, Uint8Buff *newBuff); 33 void FreeUint8Buff(Uint8Buff *buff); 34 void ClearFreeUint8Buff(Uint8Buff *buff); 35 bool IsUint8BuffValid(const Uint8Buff *buff, uint32_t maxLen); 36 int32_t ToLowerCase(Uint8Buff *buff);
|
/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_related/auth/pake_v2_auth_task/ |
H A D | pake_v2_auth_task_common.h | 33 Uint8Buff deviceIdSelf; 34 Uint8Buff deviceIdPeer; 35 Uint8Buff devIdSelf; 36 Uint8Buff devIdPeer; 40 Uint8Buff pkInfoSelf; 41 Uint8Buff pkInfoSignSelf; 43 Uint8Buff pkPeerBuff; 44 Uint8Buff pkInfoPeer; 45 Uint8Buff pkInfoSignPeer;
|
/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_related/creds_manager/ |
H A D | asy_token_manager.h | 25 Uint8Buff version; 26 Uint8Buff userId; 27 Uint8Buff deviceId; 28 Uint8Buff devicePk; 32 Uint8Buff pkInfoStr; 34 Uint8Buff pkInfoSignature; 35 Uint8Buff serverPk; 45 Uint8Buff *keyAlias, bool isServerPkAlias);
|
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | mk_agree_test.cpp | 119 Uint8Buff peerPkBuff = { peerDevPkVal, 0 }; 166 Uint8Buff salt = { nullptr, 0 }; 192 Uint8Buff tmpKcfData = { NULL, 0 }; 208 Uint8Buff tmpKcfData = { NULL, 0 }; 224 Uint8Buff tmpKcfData = { NULL, 0 }; 239 Uint8Buff salt = { peerDevPkVal, 0 }; 240 Uint8Buff tmpKcfData = { NULL, 0 }; 250 Uint8Buff salt = { nullptr, 0 }; 251 Uint8Buff tmpKcfData = { NULL, 0 }; 262 Uint8Buff devicePk = { NULL, 0 }; [all …]
|
/ohos5.0/base/security/device_auth/services/identity_manager/src/ |
H A D | credential_operator.c | 29 Uint8Buff *publicKey; 33 static int32_t CombineServiceId(const Uint8Buff *pkgName, const Uint8Buff *serviceType, Uint8Buff *… in CombineServiceId() 36 Uint8Buff serviceIdPlain = { NULL, 0 }; in CombineServiceId() 66 …const Uint8Buff *serviceId, const Uint8Buff *keyType, const Uint8Buff *authId, Uint8Buff *keyAlias… in CombineKeyAlias() 69 Uint8Buff keyAliasBuff = { NULL, 0 }; in CombineKeyAlias() 106 …const Uint8Buff *serviceId, const Uint8Buff *keyType, const Uint8Buff *authId, Uint8Buff *outKeyAl… in CombineKeyAliasForPake() 109 Uint8Buff keyAliasHash = { NULL, SHA256_LEN }; in CombineKeyAliasForPake() 162 Uint8Buff authIdBuff = { NULL, HcStrlen(authId) }; in GenerateKeyAliasInner() 181 Uint8Buff serviceIdBuff = { serviceId, SHA256_LEN }; in GenerateKeyAliasInner() 243 param->publicKey = (Uint8Buff *)HcMalloc(sizeof(Uint8Buff), 0); in DecodeServiceTypeAndPublicKey() [all …]
|
H A D | identity_p2p.c | 197 const char *peerServiceType, const Uint8Buff *sharedKeyAlias) in ComputeAndSaveDirectAuthPsk() 199 Uint8Buff selfAuthIdBuff = { (uint8_t *)selfAuthId, HcStrlen(selfAuthId) }; in ComputeAndSaveDirectAuthPsk() 204 Uint8Buff selfKeyAlias = { selfKeyAliasVal, PAKE_KEY_ALIAS_LEN }; in ComputeAndSaveDirectAuthPsk() 215 Uint8Buff peerAuthIdBuff = { (uint8_t *)peerAuthId, HcStrlen(peerAuthId) }; in ComputeAndSaveDirectAuthPsk() 217 Uint8Buff peerKeyAlias = { peerKeyAliasVal, PAKE_KEY_ALIAS_LEN }; in ComputeAndSaveDirectAuthPsk() 266 Uint8Buff serviceTypeBuff = { (uint8_t *)peerServieType, HcStrlen(peerServieType) }; in GetDirectAuthPskAliasCreateIfNeeded() 267 Uint8Buff peerAuthIdBuff = { (uint8_t *)peerAuthId, HcStrlen(peerAuthId) }; in GetDirectAuthPskAliasCreateIfNeeded() 283 …const CJson *in, const Uint8Buff *presharedUrl, ProtocolAlgType protocolType, Uint8Buff *sharedSec… in GetSharedSecretByUrl() 296 Uint8Buff pskKeyAlias = { pskKeyAliasVal, PAKE_KEY_ALIAS_LEN }; in GetSharedSecretByUrl() 303 Uint8Buff nonceBuff = { nonceVal, PAKE_NONCE_LEN }; in GetSharedSecretByUrl() [all …]
|
H A D | identity_group.c | 147 Uint8Buff keyAlias = { keyAliasVal, ISO_KEY_ALIAS_LEN }; in IsP2pAuthTokenExist() 479 …_t AuthGeneratePsk(const CJson *in, const char *groupId, const Uint8Buff *seed, Uint8Buff *sharedS… in AuthGeneratePsk() 499 Uint8Buff keyAliasBuf = { keyAlias, ISO_KEY_ALIAS_LEN }; in AuthGeneratePsk() 528 Uint8Buff seedBuff = { seedVal, SEED_LEN }; in GetSharedSecretForP2pInIso() 589 bool isSelfFromUpgrade, Uint8Buff *selfKeyAlias) in GenerateSelfKeyAlias() 672 Uint8Buff selfAuthIdBuff = { NULL, 0 }; in ComputeAndSavePsk() 683 Uint8Buff selfKeyAlias = { selfKeyAliasVal, PAKE_KEY_ALIAS_LEN }; in ComputeAndSavePsk() 777 Uint8Buff pskKeyAlias = { pskKeyAliasVal, PAKE_KEY_ALIAS_LEN }; in GetSharedSecretForP2pInPake() 788 Uint8Buff pskBuff = { pskVal, PAKE_PSK_LEN }; in GetSharedSecretForP2pInPake() 795 Uint8Buff nonceBuff = { nonceVal, PAKE_NONCE_LEN }; in GetSharedSecretForP2pInPake() [all …]
|
/ohos5.0/base/security/device_auth/services/session_manager/inc/session/v2/auth_sub_session/protocol_lib/ |
H A D | base_protocol.h | 25 Uint8Buff selfMsg; 26 Uint8Buff peerMsg; 36 Uint8Buff sessionKey; 40 int32_t (*setPsk)(BaseProtocol *, const Uint8Buff *); 41 int32_t (*setSelfProtectedMsg)(BaseProtocol *, const Uint8Buff *); 42 int32_t (*setPeerProtectedMsg)(BaseProtocol *, const Uint8Buff *); 43 int32_t (*getSessionKey)(BaseProtocol *, Uint8Buff *);
|
/ohos5.0/base/security/device_auth/test/fuzztest/creds_manager/credsmanager_fuzzer/ |
H A D | credsmanager_fuzzer.cpp | 303 Uint8Buff keyAlias = { in GetAsyCredentialJson() 311 Uint8Buff serverPk = { in GetAsyCredentialJson() 324 Uint8Buff messageBuff = { in GetAsyCredentialJson() 329 Uint8Buff signature = { in GetAsyCredentialJson() 1227 Uint8Buff seedBuff = { nullptr, 0 }; in CredsManagerTest40() 1415 Uint8Buff seedBuff = { nullptr, 0 }; in CredsManagerTest50() 1449 Uint8Buff seedBuff = { nullptr, 0 }; in CredsManagerTest51() 1485 Uint8Buff seedBuff = { nullptr, 0 }; in CredsManagerTest52() 1547 Uint8Buff seedBuff = { nullptr, 0 }; in CredsManagerTest55() 1577 Uint8Buff seedBuff = { nullptr, 0 }; in CredsManagerTest56() [all …]
|
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/unit_test/source/ |
H A D | key_management_test.cpp | 74 Uint8Buff hashBuffer = { hashData, SHA256_LEN }; 75 Uint8Buff pointBuffer = { pointData, EC_LEN }; 76 Uint8Buff invalidBuffer = { hashData, 0 }; 77 Uint8Buff shortPointBuffer = { hashData, EC_LEN - 1 }; 112 Uint8Buff msgBuff = { testMsgData, sizeof(testMsgData) }; 113 Uint8Buff hashBuff = { hashData, SHA_256_LENGTH }; 123 Uint8Buff randBuff = { randData, DEFAULT_RAND_LEN }; 133 Uint8Buff sharedKey = { keyData, P256_PUBLIC_SIZE }; 153 Uint8Buff baseBuff = { baseData, BIGNUM_HEX_LEN }; 154 Uint8Buff expBuff = { baseData, BIGNUM_HEX_LEN }; [all …]
|
/ohos5.0/base/security/device_auth/services/protocol/src/iso_protocol/ |
H A D | iso_protocol_common.c | 127 Uint8Buff messageBuf = { messagePeer, length }; in IsoCalSelfToken() 174 Uint8Buff messageBufSelf = { messageSelf, length }; in IsoCalPeerToken() 221 Uint8Buff hkdfSaltBuf = { hkdfSalt, hkdfSaltLen }; in IsoGenSessionKey() 254 int IsoClientCheckAndGenToken(IsoBaseParams *params, const Uint8Buff *peerToken, Uint8Buff *selfTok… in IsoClientCheckAndGenToken() 267 Uint8Buff outHmac = { hmacPeer, sizeof(hmacPeer) }; in IsoClientCheckAndGenToken() 299 Uint8Buff pskBuf = { params->psk, sizeof(params->psk) }; in IsoClientGenSessionKey() 302 Uint8Buff outHmacBuf = { hmacSelf, sizeof(hmacSelf) }; in IsoClientGenSessionKey() 350 …erverGenSessionKeyAndCalToken(IsoBaseParams *params, const Uint8Buff *tokenFromPeer, Uint8Buff *to… in IsoServerGenSessionKeyAndCalToken() 363 Uint8Buff outHmac = { hmacPeer, sizeof(hmacPeer) }; in IsoServerGenSessionKeyAndCalToken() 376 Uint8Buff pskBuf = { params->psk, sizeof(params->psk) }; in IsoServerGenSessionKeyAndCalToken() [all …]
|
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/auth_sub_session/protocol_lib/ |
H A D | dl_speke_protocol.c | 76 Uint8Buff psk; 77 Uint8Buff salt; 78 Uint8Buff base; 79 Uint8Buff eskSelf; 80 Uint8Buff epkSelf; 81 Uint8Buff epkPeer; 82 Uint8Buff authIdSelf; 83 Uint8Buff authIdPeer; 84 Uint8Buff kcfDataSelf; 85 Uint8Buff kcfDataPeer; [all …]
|
H A D | ec_speke_protocol.c | 58 Uint8Buff psk; 59 Uint8Buff salt; 60 Uint8Buff base; 61 Uint8Buff eskSelf; 62 Uint8Buff epkSelf; 63 Uint8Buff epkPeer; 64 Uint8Buff authIdSelf; 65 Uint8Buff authIdPeer; 66 Uint8Buff kcfDataSelf; 67 Uint8Buff kcfDataPeer; [all …]
|
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/ |
H A D | pub_key_exchange.c | 42 Uint8Buff authIdSelf; 43 Uint8Buff authIdPeer; 44 Uint8Buff pkSelf; 45 Uint8Buff pkPeer; 100 static int32_t BuildKeyAliasMsg(const Uint8Buff *serviceId, const Uint8Buff *keyType, in BuildKeyAliasMsg() 101 const Uint8Buff *authId, Uint8Buff *keyAliasMsg) in BuildKeyAliasMsg() 121 static int32_t CalKeyAlias(const Uint8Buff *serviceId, const Uint8Buff *keyType, in CalKeyAlias() 122 const Uint8Buff *authId, Uint8Buff *keyAlias) in CalKeyAlias() 124 Uint8Buff keyAliasMsg = { NULL, 0 }; in CalKeyAlias() 149 Uint8Buff serviceIdPlain = { NULL, 0 }; in CalServiceId() [all …]
|
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/standard_exchange_task/ |
H A D | common_standard_bind_exchange.c | 117 const Uint8Buff *keyAlias) in PackageAuthInfo() 167 const Uint8Buff *keyAlias, Uint8Buff *signInfo) in GenerateSignInfo() 178 Uint8Buff msgInfo = { msgInfoVal, msgInfoLen }; in GenerateSignInfo() 219 const Uint8Buff *signInfo, const char *aad) in EncryptAuthAndSignInfo() 278 Uint8Buff *signInfo, const char *aad) in DecryptAuthAndSignInfo() 353 Uint8Buff *signInfo) in VerifySignInfo() 363 Uint8Buff verifyMsg = { verifyMsgVal, verifyMsgLen }; in VerifySignInfo() 437 Uint8Buff keyAlias = { keyAliasVal, PAKE_KEY_ALIAS_LEN }; in ClientRequestStandardBindExchange() 465 Uint8Buff signInfo = { signInfoVal, SIGNATURE_LEN }; in ClientRequestStandardBindExchange() 515 Uint8Buff signInfo = { signInfoVal, SIGNATURE_LEN }; in ServerResponseStandardBindExchange() [all …]
|