Searched refs:haspubkey (Results 1 – 7 of 7) sorted by relevance
104 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()
20 ECX_KEY *ossl_ecx_key_new(OSSL_LIB_CTX *libctx, ECX_KEY_TYPE type, int haspubkey, in ossl_ecx_key_new() argument29 ret->haspubkey = haspubkey; in ossl_ecx_key_new()
140 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()
69 unsigned int haspubkey:1; member79 int haspubkey, const char *propq);
78 int haspubkey; member764 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 …]
151 if (ecx == NULL || !ecx->haspubkey) { in ecx_pubkey()417 key->haspubkey = 1; in derivekey()
608 if (!ecx->haspubkey) { in ecx_to_text()
Completed in 47 milliseconds