OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tokey
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/kdc/
string2key.c
73
tokey
(krb5_context context,
function
175
tokey
(context, etype, password, salt, "Kerberos 5 (%s)");
182
tokey
(context, ETYPE_DES_CBC_MD5, password, salt, "Kerberos 4");
188
tokey
(context, ETYPE_DES_CBC_MD5, password, salt, "AFS");
/src/crypto/external/bsd/openssl/dist/test/
tls-provider.c
488
XORKEY *
tokey
= xor_newdata(NULL);
local
492
if (
tokey
!= NULL && fromkey != NULL) {
497
memcpy(
tokey
->pubkey, fromkey->pubkey, XOR_KEY_SIZE);
498
tokey
->haspubkey = 1;
500
tokey
->haspubkey = 0;
505
memcpy(
tokey
->privkey, fromkey->privkey, XOR_KEY_SIZE);
506
tokey
->hasprivkey = 1;
508
tokey
->hasprivkey = 0;
513
xor_freedata(
tokey
);
514
tokey
= NULL
[
all
...]
/src/crypto/external/apache2/openssl/dist/test/
tls-provider.c
753
XORKEY *
tokey
= xor_newkey(NULL);
local
757
if (
tokey
!= NULL && fromkey != NULL) {
762
memcpy(
tokey
->pubkey, fromkey->pubkey, XOR_KEY_SIZE);
763
tokey
->haspubkey = 1;
765
tokey
->haspubkey = 0;
770
memcpy(
tokey
->privkey, fromkey->privkey, XOR_KEY_SIZE);
771
tokey
->hasprivkey = 1;
773
tokey
->hasprivkey = 0;
777
tokey
->tls_name = OPENSSL_strdup(fromkey->tls_name);
780
xor_freekey(
tokey
);
[
all
...]
Completed in 28 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026