Searched refs:kPskCallback (Results 1 – 1 of 1) sorted by relevance
94 const kPskCallback = Symbol('pskcallback'); constant323 const ret = owner[kPskCallback](owner, identity);355 const ret = owner[kPskCallback](hint);781 this[kPskCallback] = options.pskCallback;1081 pskCallback: this[kPskCallback],1190 this[kPskCallback] = options.pskCallback;1203 if (this[kPskCallback] && typeof this[kPskCallback] !== 'function') {1419 if (options.pskCallback) this[kPskCallback] = options.pskCallback;