OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pkey
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/fs/ptyfs/
ptyfs_vfsops.c
423
struct ptyfskey
pkey
;
local
426
KASSERT(key_len == sizeof(
pkey
));
427
memcpy(&
pkey
, key, key_len);
429
ptyfs = ptyfs_get_node(
pkey
.ptk_type,
pkey
.ptk_pty);
430
KASSERT(memcmp(&ptyfs->ptyfs_key, &
pkey
, sizeof(
pkey
)) == 0);
432
switch (
pkey
.ptk_type) {
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc
62
static pthread_key_t
pkey
;
member in namespace:__anon4145
66
pthread_setspecific(
pkey
, (void*)((uptr)v + 1));
95
pthread_key_create(&
pkey
, thread_dtor);
98
pthread_setspecific(
pkey
, (void*)1);
/src/usr.sbin/syslogd/
tls.c
159
EVP_PKEY *
pkey
= NULL;
local
201
if (!mk_x509_cert(&cert, &
pkey
, TLS_GENCERT_BITS,
206
if (!write_x509files(
pkey
, cert,
220
if (cert &&
pkey
) {
221
if (!SSL_CTX_use_PrivateKey(ctx,
pkey
)
1990
write_x509files(EVP_PKEY *
pkey
, X509 *cert,
2004
if (!PEM_write_PrivateKey(keyfile,
pkey
, NULL, NULL, 0, NULL, NULL))
/src/lib/libc/gen/
getpwent.c
1703
DBT
pkey
, pdata;
local
1722
pkey
.data = (u_char *)bf;
1723
pkey
.size = 2;
1726
|| (state->db->get)(state->db, &
pkey
, &pdata, 0) == 0)
Completed in 19 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026