Searched refs:kPskCallback (Results 1 – 1 of 1) sorted by relevance
112 const kPskCallback = Symbol('pskcallback'); constant341 const ret = owner[kPskCallback](owner, identity);373 const ret = owner[kPskCallback](hint);858 this[kPskCallback] = options.pskCallback;1171 pskCallback: this[kPskCallback],1280 this[kPskCallback] = options.pskCallback;1289 if (this[kPskCallback]) {1290 validateFunction(this[kPskCallback], 'options.pskCallback');1500 if (options.pskCallback) this[kPskCallback] = options.pskCallback;