OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:master_key_fd
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/kdc/
kstash.c
45
static int
master_key_fd
= -1;
variable
56
{ "master-key-fd", 0, arg_integer, &
master_key_fd
,
86
if (
master_key_fd
!= -1 && random_key_flag)
120
if(
master_key_fd
!= -1) {
122
n = read(
master_key_fd
, buf, sizeof(buf)-1);
kstash.c
45
static int
master_key_fd
= -1;
variable
56
{ "master-key-fd", 0, arg_integer, &
master_key_fd
,
86
if (
master_key_fd
!= -1 && random_key_flag)
120
if(
master_key_fd
!= -1) {
122
n = read(
master_key_fd
, buf, sizeof(buf)-1);
kstash.c
45
static int
master_key_fd
= -1;
variable
56
{ "master-key-fd", 0, arg_integer, &
master_key_fd
,
86
if (
master_key_fd
!= -1 && random_key_flag)
120
if(
master_key_fd
!= -1) {
122
n = read(
master_key_fd
, buf, sizeof(buf)-1);
Completed in 61 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026