Home
last modified time | relevance | path

Searched refs:haspubkey (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decx_key.c14 ECX_KEY *ossl_ecx_key_new(OSSL_LIB_CTX *libctx, ECX_KEY_TYPE type, int haspubkey, in ossl_ecx_key_new() argument
23 ret->haspubkey = haspubkey; in ossl_ecx_key_new()
H A Decx_backend.c104 ecx->haspubkey = 1; in ossl_ecx_key_fromdata()
125 ret->haspubkey = 0; in ossl_ecx_key_dup()
137 && key->haspubkey == 1) { in ossl_ecx_key_dup()
139 ret->haspubkey = 1; in ossl_ecx_key_dup()
/third_party/openssl/crypto/ec/
H A Decx_key.c14 ECX_KEY *ossl_ecx_key_new(OSSL_LIB_CTX *libctx, ECX_KEY_TYPE type, int haspubkey, in ossl_ecx_key_new() argument
23 ret->haspubkey = haspubkey; in ossl_ecx_key_new()
H A Decx_backend.c104 ecx->haspubkey = 1; in ossl_ecx_key_fromdata()
125 ret->haspubkey = key->haspubkey; in ossl_ecx_key_dup()
/third_party/openssl/test/
H A Dtls-provider.c47 int haspubkey; member
475 ok = ok && key->haspubkey; in xor_has()
492 if (fromkey->haspubkey) { in xor_dup()
494 tokey->haspubkey = 1; in xor_dup()
496 tokey->haspubkey = 0; in xor_dup()
563 key->haspubkey = 1; in xor_set_params()
652 key->haspubkey = 1; in xor_gen()
692 key->haspubkey = 1; in xor_import()
/third_party/node/deps/openssl/openssl/include/crypto/
H A Decx.h69 unsigned int haspubkey:1; member
80 int haspubkey, const char *propq);
/third_party/openssl/include/crypto/
H A Decx.h69 unsigned int haspubkey:1; member
80 int haspubkey, const char *propq);
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Decx_kmgmt.c135 ok = ok && key->haspubkey; in ecx_has()
158 const unsigned char *pa = key1->haspubkey ? key1->pubkey : NULL; in ecx_match()
159 const unsigned char *pb = key2->haspubkey ? key2->pubkey : NULL; in ecx_match()
413 ecxkey->haspubkey = 1; in ecx_set_params()
625 key->haspubkey = 1; in ecx_gen()
766 ok = ok && ecx->haspubkey; in ecx_validate()
868 key->haspubkey = 1; in s390x_ecx_keygen25519()
913 key->haspubkey = 1; in s390x_ecx_keygen448()
977 key->haspubkey = 1; in s390x_ecd_keygen25519()
1051 key->haspubkey in s390x_ecd_keygen448()
[all...]
/third_party/openssl/providers/implementations/keymgmt/
H A Decx_kmgmt.c135 ok = ok && key->haspubkey; in ecx_has()
158 const unsigned char *pa = key1->haspubkey ? key1->pubkey : NULL; in ecx_match()
159 const unsigned char *pb = key2->haspubkey ? key2->pubkey : NULL; in ecx_match()
410 ecxkey->haspubkey = 1; in ecx_set_params()
622 key->haspubkey = 1; in ecx_gen()
763 ok = ok && ecx->haspubkey; in ecx_validate()
865 key->haspubkey = 1; in s390x_ecx_keygen25519()
910 key->haspubkey = 1; in s390x_ecx_keygen448()
974 key->haspubkey = 1; in s390x_ecd_keygen25519()
1048 key->haspubkey in s390x_ecd_keygen448()
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c605 if (!ecx->haspubkey) { in ecx_to_text()
/third_party/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c600 if (!ecx->haspubkey) { in ecx_to_text()

Completed in 9 milliseconds