Searched refs:ZT_STATE_OBJECT_IDENTITY_SECRET (Results 1 – 4 of 4) sorted by relevance
2573 if (type != ZT_STATE_OBJECT_IDENTITY_PUBLIC && type != ZT_STATE_OBJECT_IDENTITY_SECRET) { in nodeVaultPutIdentity()2603 else if (type == ZT_STATE_OBJECT_IDENTITY_SECRET) { in nodeVaultPutIdentity()2643 …if (_vaultEnabled && (type == ZT_STATE_OBJECT_IDENTITY_SECRET || type == ZT_STATE_OBJECT_IDENTITY_… in nodeStatePutFunction()2661 case ZT_STATE_OBJECT_IDENTITY_SECRET: in nodeStatePutFunction()2724 if (type != ZT_STATE_OBJECT_IDENTITY_SECRET && type != ZT_STATE_OBJECT_IDENTITY_PUBLIC) { in nodeVaultGetIdentity()2764 if (type == ZT_STATE_OBJECT_IDENTITY_SECRET) { in nodeVaultGetIdentity()2800 …if (_vaultEnabled && (type == ZT_STATE_OBJECT_IDENTITY_SECRET || type == ZT_STATE_OBJECT_IDENTITY_… in nodeStateGetFunction()2813 case ZT_STATE_OBJECT_IDENTITY_SECRET: in nodeStateGetFunction()2836 …if (_vaultEnabled && (type == ZT_STATE_OBJECT_IDENTITY_SECRET || type == ZT_STATE_OBJECT_IDENTITY_… in nodeStateGetFunction()
1441 ZT_STATE_OBJECT_IDENTITY_SECRET = 2, enumerator
72 int n = stateObjectGet(tptr,ZT_STATE_OBJECT_IDENTITY_SECRET,idtmp,tmp,sizeof(tmp) - 1); in Node()88 …stateObjectPut(tptr,ZT_STATE_OBJECT_IDENTITY_SECRET,idtmp,RR->secretIdentityStr,(unsigned int)strl… in Node()
322 case ZT_STATE_OBJECT_IDENTITY_SECRET: in StatePutFunction()416 case ZT_STATE_OBJECT_IDENTITY_SECRET: in StateGetFunction()