Searched refs:OSSL_KEYMGMT_SELECT_PUBLIC_KEY (Results 1 – 25 of 36) sorted by relevance
12
/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2text.c | 233 else if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) in dh_to_text() 308 else if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) in dsa_to_text() 513 else if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) in ec_to_text() 606 } else if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) { in ecx_to_text() 663 } else if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) { in rsa_to_text()
|
H A D | decode_msblob2key.c | 88 | OSSL_KEYMGMT_SELECT_PUBLIC_KEY)) != 0) in msblob2key_does_selection() 158 || (selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) in msblob2key_decode()
|
H A D | decode_der2key.c | 181 OSSL_KEYMGMT_SELECT_PUBLIC_KEY, in der2key_check_selection() 256 if (key == NULL && (selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) { in der2key_decode() 620 ( OSSL_KEYMGMT_SELECT_PUBLIC_KEY ), \ 693 ( OSSL_KEYMGMT_SELECT_PUBLIC_KEY ), \
|
H A D | encode_key2blob.c | 63 OSSL_KEYMGMT_SELECT_PUBLIC_KEY, in key2blob_check_selection()
|
H A D | encode_key2ms.c | 139 else if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) in key2msblob_encode()
|
/openssl/test/ |
H A D | endecoder_legacy_test.c | 549 OSSL_KEYMGMT_SELECT_PUBLIC_KEY in test_key() 588 OSSL_KEYMGMT_SELECT_PUBLIC_KEY in test_key() 624 OSSL_KEYMGMT_SELECT_PUBLIC_KEY in test_key() 661 OSSL_KEYMGMT_SELECT_PUBLIC_KEY in test_key()
|
H A D | tls-provider.c | 746 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) in xor_has() 763 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) { in xor_dup() 897 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) { in xor_match() 1807 OSSL_KEYMGMT_SELECT_PUBLIC_KEY, in key2any_check_selection() 1870 #define DO_ENC_PUBLIC_KEY_selection_mask OSSL_KEYMGMT_SELECT_PUBLIC_KEY 2301 OSSL_KEYMGMT_SELECT_PUBLIC_KEY, in der2key_check_selection() 2371 if (key == NULL && (selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) { in xor_der2key_decode() 2493 ( OSSL_KEYMGMT_SELECT_PUBLIC_KEY ), \
|
H A D | endecode_test.c | 826 OSSL_KEYMGMT_SELECT_PUBLIC_KEY in test_public_via_DER() 848 OSSL_KEYMGMT_SELECT_PUBLIC_KEY in test_public_via_PEM() 870 return test_encode_decode(__FILE__, __LINE__, type, key, OSSL_KEYMGMT_SELECT_PUBLIC_KEY in test_public_via_MSBLOB()
|
/openssl/crypto/pem/ |
H A D | pem_pkey.c | 80 selection = selection & ~OSSL_KEYMGMT_SELECT_PUBLIC_KEY; in pem_read_bio_key_decoder() 123 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) in pem_read_bio_key_legacy() 182 && (selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) { in pem_read_bio_key_legacy()
|
/openssl/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 317 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) in ec_has() 353 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) { in ec_match() 481 && (selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) == 0) in ec_export() 566 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) in ec_imexport_types() 918 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) { in sm2_validate() 964 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) { in ec_validate()
|
H A D | dsa_kmgmt.c | 143 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) in dsa_has() 164 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) { in dsa_match() 395 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) in dsa_validate()
|
H A D | rsa_kmgmt.c | 128 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) in rsa_has() 149 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) { in rsa_match() 410 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) in rsa_validate()
|
H A D | dh_kmgmt.c | 140 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) in dh_has() 161 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) { in dh_match() 435 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) in dh_validate()
|
H A D | ecx_kmgmt.c | 139 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) in ecx_has() 162 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) { in ecx_match() 953 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) { in ecx_validate()
|
H A D | template_kmgmt.c | 122 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) { in template_match()
|
/openssl/crypto/evp/ |
H A D | pmeth_check.c | 57 if ((ok = try_provided_check(ctx, OSSL_KEYMGMT_SELECT_PUBLIC_KEY, in evp_pkey_public_check_combined()
|
H A D | p_lib.c | 353 if (evp_keymgmt_util_has((EVP_PKEY *)a, OSSL_KEYMGMT_SELECT_PUBLIC_KEY) in EVP_PKEY_eq() 354 && evp_keymgmt_util_has((EVP_PKEY *)b, OSSL_KEYMGMT_SELECT_PUBLIC_KEY)) in EVP_PKEY_eq() 355 selection |= OSSL_KEYMGMT_SELECT_PUBLIC_KEY; in EVP_PKEY_eq() 546 } else if (raw_key->selection == OSSL_KEYMGMT_SELECT_PUBLIC_KEY) { in get_raw_key_details() 597 raw_key.selection = OSSL_KEYMGMT_SELECT_PUBLIC_KEY; in EVP_PKEY_get_raw_public_key() 599 return evp_keymgmt_util_export(pkey, OSSL_KEYMGMT_SELECT_PUBLIC_KEY, in EVP_PKEY_get_raw_public_key()
|
/openssl/crypto/dsa/ |
H A D | dsa_backend.c | 99 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0 in ossl_dsa_dup()
|
/openssl/crypto/dh/ |
H A D | dh_backend.c | 157 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0 in ossl_dh_dup()
|
/openssl/crypto/ec/ |
H A D | ecx_backend.c | 130 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0 in ossl_ecx_key_dup()
|
/openssl/crypto/store/ |
H A D | store_result.c | 278 OSSL_KEYMGMT_SELECT_PUBLIC_KEY in try_key_value() 441 OSSL_KEYMGMT_SELECT_PUBLIC_KEY)) in try_key()
|
/openssl/apps/ |
H A D | dsa.c | 251 selection = OSSL_KEYMGMT_SELECT_PUBLIC_KEY; in dsa_main()
|
H A D | ec.c | 248 | OSSL_KEYMGMT_SELECT_PUBLIC_KEY; in ec_main()
|
H A D | rsa.c | 337 selection = OSSL_KEYMGMT_SELECT_PUBLIC_KEY; in rsa_main()
|
/openssl/doc/man7/ |
H A D | provider-keymgmt.pod | 156 =item B<OSSL_KEYMGMT_SELECT_PUBLIC_KEY> 201 B<OSSL_KEYMGMT_SELECT_PUBLIC_KEY>. 323 B<OSSL_KEYMGMT_SELECT_PUBLIC_KEY> (or B<OSSL_KEYMGMT_SELECT_KEYPAIR>
|
Completed in 120 milliseconds
12