OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:haspubkey
(Results
1 - 13
of
13
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/crypto/ec/
ecx_key.c
14
ECX_KEY *ossl_ecx_key_new(OSSL_LIB_CTX *libctx, ECX_KEY_TYPE type, int
haspubkey
,
23
ret->
haspubkey
=
haspubkey
;
ecx_backend.c
104
ecx->
haspubkey
= 1;
125
ret->
haspubkey
= 0;
137
&& key->
haspubkey
== 1) {
139
ret->
haspubkey
= 1;
/src/crypto/external/apache2/openssl/dist/crypto/ec/
ecx_key.c
20
ECX_KEY *ossl_ecx_key_new(OSSL_LIB_CTX *libctx, ECX_KEY_TYPE type, int
haspubkey
,
29
ret->
haspubkey
=
haspubkey
;
ecx_backend.c
102
ecx->
haspubkey
= 1;
115
ret->
haspubkey
= 0;
129
&& key->
haspubkey
== 1) {
131
ret->
haspubkey
= 1;
/src/crypto/external/apache2/openssl/dist/include/crypto/
ecx.h
68
unsigned int
haspubkey
: 1;
member in struct:ecx_key_st
78
int
haspubkey
, const char *propq);
/src/crypto/external/bsd/openssl/dist/include/crypto/
ecx.h
69
unsigned int
haspubkey
:1;
member in struct:ecx_key_st
80
int
haspubkey
, const char *propq);
/src/crypto/external/bsd/openssl/dist/test/
tls-provider.c
47
int
haspubkey
;
member in struct:xorkey_st
479
ok = ok && key->
haspubkey
;
496
if (fromkey->
haspubkey
) {
498
tokey->
haspubkey
= 1;
500
tokey->
haspubkey
= 0;
567
key->
haspubkey
= 1;
656
key->
haspubkey
= 1;
696
key->
haspubkey
= 1;
/src/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/
ecx_kmgmt.c
135
ok = ok && key->
haspubkey
;
158
const unsigned char *pa = key1->
haspubkey
? key1->pubkey : NULL;
159
const unsigned char *pb = key2->
haspubkey
? key2->pubkey : NULL;
413
ecxkey->
haspubkey
= 1;
625
key->
haspubkey
= 1;
766
ok = ok && ecx->
haspubkey
;
868
key->
haspubkey
= 1;
913
key->
haspubkey
= 1;
977
key->
haspubkey
= 1;
1051
key->
haspubkey
= 1
[
all
...]
/src/crypto/external/apache2/openssl/dist/providers/implementations/keymgmt/
ecx_kmgmt.c
150
ok = ok && key->
haspubkey
;
173
const unsigned char *pa = key1->
haspubkey
? key1->pubkey : NULL;
174
const unsigned char *pb = key2->
haspubkey
? key2->pubkey : NULL;
438
ecxkey->
haspubkey
= 1;
753
key->
haspubkey
= 1;
970
ok = ok && ecx->
haspubkey
;
1092
key->
haspubkey
= 1;
1148
key->
haspubkey
= 1;
1242
key->
haspubkey
= 1;
1317
key->
haspubkey
= 1
[
all
...]
/src/crypto/external/apache2/openssl/dist/test/
tls-provider.c
78
int
haspubkey
;
member in struct:xorkey_st
744
ok = ok && key->
haspubkey
;
761
if (fromkey->
haspubkey
) {
763
tokey->
haspubkey
= 1;
765
tokey->
haspubkey
= 0;
835
key->
haspubkey
= 1;
896
if (key1->
haspubkey
) {
897
if (key2->
haspubkey
)
902
if (key2->
haspubkey
)
989
key->
haspubkey
= 1
[
all
...]
/src/crypto/external/apache2/openssl/dist/providers/implementations/kem/
ecx_kem.c
151
if (ecx == NULL || !ecx->
haspubkey
) {
418
key->
haspubkey
= 1;
/src/crypto/external/apache2/openssl/dist/providers/implementations/encode_decode/
encode_key2text.c
424
if (!ecx->
haspubkey
) {
/src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
encode_key2text.c
606
if (!ecx->
haspubkey
) {
Completed in 39 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026