Home
last modified time | relevance | path

Searched refs:haspubkey (Results 1 – 6 of 6) sorted by relevance

/netbsd/crypto/external/bsd/openssl/dist/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()
/netbsd/crypto/external/bsd/openssl/dist/test/
H A Dtls-provider.c47 int haspubkey; member
473 ok = ok && key->haspubkey; in xor_has()
490 if (fromkey->haspubkey) { in xor_dup()
492 tokey->haspubkey = 1; in xor_dup()
494 tokey->haspubkey = 0; in xor_dup()
561 key->haspubkey = 1; in xor_set_params()
650 key->haspubkey = 1; in xor_gen()
690 key->haspubkey = 1; in xor_import()
/netbsd/crypto/external/bsd/openssl/dist/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 MAKE_KEYMGMT_FUNCTIONS()
910 key->haspubkey = 1; in s390x_ecx_keygen448()
974 key->haspubkey = 1; in s390x_ecd_keygen25519()
1048 key->haspubkey = 1; in s390x_ecd_keygen448()
/netbsd/crypto/external/bsd/openssl/dist/include/crypto/
H A Decx.h69 unsigned int haspubkey:1; member
80 int haspubkey, const char *propq);
/netbsd/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
H A Dencode_key2text.c600 if (!ecx->haspubkey) { in ecx_to_text()