Home
last modified time | relevance | path

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

/freebsd/crypto/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()
/freebsd/crypto/openssl/test/
H A Dtls-provider.c47 int haspubkey; member
479 ok = ok && key->haspubkey;
496 if (fromkey->haspubkey) { in xor_dup()
498 tokey->haspubkey = 1; in xor_dup()
500 tokey->haspubkey = 0; in xor_dup()
567 key->haspubkey = 1;
656 key->haspubkey = 1;
696 key->haspubkey = 1;
/freebsd/crypto/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 MAKE_KEYMGMT_FUNCTIONS()
913 key->haspubkey = 1; in s390x_ecx_keygen448()
977 key->haspubkey = 1; in s390x_ecd_keygen25519()
1051 key->haspubkey = 1; in s390x_ecd_keygen448()
/freebsd/crypto/openssl/include/crypto/
H A Decx.h69 unsigned int haspubkey:1; member
80 int haspubkey, const char *propq);
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c605 if (!ecx->haspubkey) { in ecx_to_text()