Searched refs:haspubkey (Results 1 – 6 of 6) sorted by relevance
14 ECX_KEY *ossl_ecx_key_new(OSSL_LIB_CTX *libctx, ECX_KEY_TYPE type, int haspubkey, in ossl_ecx_key_new() argument23 ret->haspubkey = haspubkey; in ossl_ecx_key_new()
104 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()
47 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;
135 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()
69 unsigned int haspubkey:1; member80 int haspubkey, const char *propq);
605 if (!ecx->haspubkey) { in ecx_to_text()