Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/ec/
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()
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()
/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dtls-provider.c47 int haspubkey; member
479 ok = ok && key->haspubkey; in xor_has()
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; in xor_set_params()
656 key->haspubkey = 1; in xor_gen()
696 key->haspubkey = 1; in xor_import()