OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fnm
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/pkcs12/
p12_decr.c
132
static int
fnm
= 1;
local
133
sprintf(fname, "DER%d",
fnm
++);
/external/openssl/crypto/x509v3/
v3_crld.c
118
STACK_OF(GENERAL_NAME) *
fnm
= NULL;
122
fnm
= gnames_from_sectname(ctx, cnf->value);
123
if (!
fnm
)
172
if (
fnm
)
175
(*pdp)->name.fullname =
fnm
;
186
if (
fnm
)
187
sk_GENERAL_NAME_pop_free(
fnm
, GENERAL_NAME_free);
Completed in 30 milliseconds