OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pem_algorithm
(Results
1 - 3
of
3
) sorted by null
/external/vboot_reference/futility/
cmd_vbutil_keyblock.c
40
{"
pem_algorithm
", 1, 0, OPT_PEM_ALGORITHM},
58
" --
pem_algorithm
<algo>\n"
82
const char *signprivate_pem, uint64_t
pem_algorithm
,
107
if (
pem_algorithm
>= kNumAlgorithms) {
109
"vbutil_keyblock: Invalid --
pem_algorithm
%"
110
PRIu64 "\n",
pem_algorithm
);
117
pem_algorithm
, flags,
121
PrivateKeyReadPem(signprivate_pem,
pem_algorithm
);
233
uint64_t
pem_algorithm
= 0;
local
271
pem_algorithm
= strtoul(optarg, &e, 0)
[
all
...]
/external/vboot_reference/tests/futility/
test_sign_keyblocks.sh
65
--
pem_algorithm
8 \
88
--
pem_algorithm
8 \
/external/vboot_reference/tests/
run_vbutil_tests.sh
142
--
pem_algorithm
"${signing_algonum}" \
Completed in 3278 milliseconds