OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fromkey
(Results
1 - 5
of
5
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/test/
tls-provider.c
489
const XORKEY *
fromkey
= vfromkey;
local
492
if (tokey != NULL &&
fromkey
!= NULL) {
496
if (
fromkey
->haspubkey) {
497
memcpy(tokey->pubkey,
fromkey
->pubkey, XOR_KEY_SIZE);
504
if (
fromkey
->hasprivkey) {
505
memcpy(tokey->privkey,
fromkey
->privkey, XOR_KEY_SIZE);
evp_extra_test2.c
284
EVP_PKEY *
fromkey
= NULL, *fromkeypair = NULL;
local
310
|| !TEST_int_eq(EVP_PKEY_fromdata(fromctx, &
fromkey
, EVP_PKEY_PUBLIC_KEY,
312
|| !TEST_false(pkey_has_private(
fromkey
, privtag, use_octstring)))
325
EVP_PKEY_free(
fromkey
);
/src/crypto/external/apache2/openssl/dist/test/
evp_extra_test2.c
1544
EVP_PKEY *
fromkey
= NULL, *fromkeypair = NULL;
local
1570
|| !TEST_int_eq(EVP_PKEY_fromdata(fromctx, &
fromkey
, EVP_PKEY_PUBLIC_KEY,
1573
|| !TEST_false(pkey_has_private(
fromkey
, privtag, use_octstring)))
1587
EVP_PKEY_free(
fromkey
);
tls-provider.c
754
const XORKEY *
fromkey
= vfromkey;
local
757
if (tokey != NULL &&
fromkey
!= NULL) {
761
if (
fromkey
->haspubkey) {
762
memcpy(tokey->pubkey,
fromkey
->pubkey, XOR_KEY_SIZE);
769
if (
fromkey
->hasprivkey) {
770
memcpy(tokey->privkey,
fromkey
->privkey, XOR_KEY_SIZE);
776
if (
fromkey
->tls_name != NULL)
777
tokey->tls_name = OPENSSL_strdup(
fromkey
->tls_name);
/src/crypto/external/bsd/openssh/dist/
ssh-agent.c
412
permitted_by_dest_constraints(const struct sshkey *
fromkey
,
433
if (
fromkey
== NULL) {
437
} else if (match_key_hop("from",
fromkey
, &d->from) != 0)
474
const struct sshkey *
fromkey
= NULL;
local
500
if (
fromkey
!= NULL &&
501
(fp1 = sshkey_fingerprint(
fromkey
, SSH_FP_HASH_DEFAULT,
510
fromkey
? sshkey_type(
fromkey
) : "(ORIGIN)",
511
fromkey
? fp1 : "", user ? user : "(ANY)",
542
if (permitted_by_dest_constraints(
fromkey
, hks->key, id
[
all
...]
Completed in 31 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026