Home
last modified time | relevance | path

Searched refs:kPskCallback (Results 1 – 1 of 1) sorted by relevance

/third_party/node/lib/
D_tls_wrap.js94 const kPskCallback = Symbol('pskcallback'); constant
323 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;