OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pksk
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mpl/bind/dist/bin/tests/system/metadata/
setup.sh
55
pksk
=$($KEYGEN -q -a ${DEFAULT_ALGORITHM} -fk $pzone)
56
echo $
pksk
>parent.ksk.key
/src/crypto/external/bsd/netpgp/dist/src/lib/
create.c
1081
\param
pksk
Public Key Session Key to write out
1085
pgp_write_pk_sesskey(pgp_output_t *output, pgp_pk_sesskey_t *
pksk
)
1087
/* XXX - Flexelint - Pointer parameter '
pksk
' (line 1076) could be declared as pointing to const */
1088
if (
pksk
== NULL) {
1090
"pgp_write_pk_sesskey: NULL
pksk
\n");
1093
switch (
pksk
->alg) {
1097
BN_num_bytes(
pksk
->params.rsa.encrypted_m) + 2)) &&
1098
pgp_write_scalar(output, (unsigned)
pksk
->version, 1) &&
1099
pgp_write(output,
pksk
->key_id, 8) &&
1100
pgp_write_scalar(output, (unsigned)
pksk
->alg, 1) &
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/smartsign/
tests.sh
66
pksk
=$($KEYGEN -q -a ${DEFAULT_ALGORITHM} -fk $pzone)
90
pkid=$(keyfile_to_key_id $
pksk
)
Completed in 27 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026