Home
last modified time | relevance | path

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

/openssl/crypto/ec/
H A Decx_backend.c104 ecx->haspubkey = 1; in ossl_ecx_key_fromdata()
117 ret->haspubkey = 0; in ossl_ecx_key_dup()
131 && key->haspubkey == 1) { in ossl_ecx_key_dup()
133 ret->haspubkey = 1; in ossl_ecx_key_dup()
H A Decx_key.c20 ECX_KEY *ossl_ecx_key_new(OSSL_LIB_CTX *libctx, ECX_KEY_TYPE type, int haspubkey, in ossl_ecx_key_new() argument
29 ret->haspubkey = haspubkey; in ossl_ecx_key_new()
/openssl/providers/implementations/keymgmt/
H A Decx_kmgmt.c140 ok = ok && key->haspubkey; in ecx_has()
163 const unsigned char *pa = key1->haspubkey ? key1->pubkey : NULL; in ecx_match()
164 const unsigned char *pb = key2->haspubkey ? key2->pubkey : NULL; in ecx_match()
427 ecxkey->haspubkey = 1; in ecx_set_params()
740 key->haspubkey = 1; in ecx_gen()
954 ok = ok && ecx->haspubkey; in ecx_validate()
1076 key->haspubkey = 1; in MAKE_KEYMGMT_FUNCTIONS()
1132 key->haspubkey = 1; in s390x_ecx_keygen448()
1196 key->haspubkey = 1; in s390x_ecd_keygen25519()
1270 key->haspubkey = 1; in s390x_ecd_keygen448()
/openssl/include/crypto/
H A Decx.h69 unsigned int haspubkey:1; member
79 int haspubkey, const char *propq);
/openssl/test/
H A Dtls-provider.c78 int haspubkey; member
764 if (fromkey->haspubkey) { in xor_dup()
766 tokey->haspubkey = 1; in xor_dup()
768 tokey->haspubkey = 0; in xor_dup()
837 key->haspubkey = 1; in xor_set_params()
898 if (key1->haspubkey) { in xor_match()
899 if (key2->haspubkey) in xor_match()
904 if (key2->haspubkey) in xor_match()
991 key->haspubkey = 1; in xor_gen()
1031 key->haspubkey = 1; in xor_import()
[all …]
/openssl/providers/implementations/kem/
H A Decx_kem.c151 if (ecx == NULL || !ecx->haspubkey) { in ecx_pubkey()
417 key->haspubkey = 1; in derivekey()
/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c607 if (!ecx->haspubkey) { in ecx_to_text()

Completed in 30 milliseconds