Searched refs:USERS (Results 1 - 3 of 3) sorted by relevance
/third_party/node/test/parallel/ |
H A D | test-tls-psk-circuit.js | 11 const USERS = { 22 return USERS[id]; 59 test({ psk: USERS.UserA, identity: 'UserA' }); 60 test({ psk: USERS.UserA, identity: 'UserA' }, { maxVersion: 'TLSv1.2' }); 61 test({ psk: USERS.UserA, identity: 'UserA' }, { minVersion: 'TLSv1.3' }); 62 test({ psk: USERS.UserB, identity: 'UserB' }); 63 test({ psk: USERS.UserB, identity: 'UserB' }, { minVersion: 'TLSv1.3' }); 65 test({ psk: USERS.UserB, identity: 'UserC' }, {}, 68 test({ psk: USERS.UserA, identity: 'UserB' }, {}, 70 test({ psk: USERS [all...] |
/third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
H A D | errno.rs | 510 pub const USERS: Self = Self::from_errno(errno::EUSERS); consts
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
H A D | errno.rs | 1056 pub const USERS: Self = Self(c::EUSERS); consts
|
Completed in 3 milliseconds