Searched refs:OSSL_KEYMGMT_SELECT_PUBLIC_KEY (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-current/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2blob.c63 OSSL_KEYMGMT_SELECT_PUBLIC_KEY,
H A Ddecode_msblob2key.c88 | OSSL_KEYMGMT_SELECT_PUBLIC_KEY)) != 0)
160 || (selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0)
H A Dencode_key2text.c232 else if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0)
307 else if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0)
512 else if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0)
603 } else if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) {
660 } else if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) {
H A Ddecode_der2key.c151 OSSL_KEYMGMT_SELECT_PUBLIC_KEY,
226 if (key == NULL && (selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) {
565 ( OSSL_KEYMGMT_SELECT_PUBLIC_KEY ), \
638 ( OSSL_KEYMGMT_SELECT_PUBLIC_KEY ), \
H A Dencode_key2ms.c139 else if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0)
/freebsd-current/crypto/openssl/crypto/pem/
H A Dpem_pkey.c80 selection = selection & ~OSSL_KEYMGMT_SELECT_PUBLIC_KEY;
123 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0)
182 && (selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) {
/freebsd-current/crypto/openssl/crypto/evp/
H A Dpmeth_check.c57 if ((ok = try_provided_check(ctx, OSSL_KEYMGMT_SELECT_PUBLIC_KEY,
H A Dp_lib.c345 if (evp_keymgmt_util_has((EVP_PKEY *)a, OSSL_KEYMGMT_SELECT_PUBLIC_KEY)
346 && evp_keymgmt_util_has((EVP_PKEY *)b, OSSL_KEYMGMT_SELECT_PUBLIC_KEY))
347 selection |= OSSL_KEYMGMT_SELECT_PUBLIC_KEY;
539 } else if (raw_key->selection == OSSL_KEYMGMT_SELECT_PUBLIC_KEY) {
590 raw_key.selection = OSSL_KEYMGMT_SELECT_PUBLIC_KEY;
592 return evp_keymgmt_util_export(pkey, OSSL_KEYMGMT_SELECT_PUBLIC_KEY,
/freebsd-current/crypto/openssl/crypto/dsa/
H A Ddsa_backend.c99 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0
H A Ddsa_ameth.c458 selection |= OSSL_KEYMGMT_SELECT_PUBLIC_KEY;
/freebsd-current/crypto/openssl/test/
H A Dendecoder_legacy_test.c549 OSSL_KEYMGMT_SELECT_PUBLIC_KEY
588 OSSL_KEYMGMT_SELECT_PUBLIC_KEY
624 OSSL_KEYMGMT_SELECT_PUBLIC_KEY
661 OSSL_KEYMGMT_SELECT_PUBLIC_KEY
H A Dtls-provider.c478 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0)
495 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) {
H A Dendecode_test.c822 OSSL_KEYMGMT_SELECT_PUBLIC_KEY
844 OSSL_KEYMGMT_SELECT_PUBLIC_KEY
866 return test_encode_decode(__FILE__, __LINE__, type, key, OSSL_KEYMGMT_SELECT_PUBLIC_KEY
/freebsd-current/crypto/openssl/providers/implementations/keymgmt/
H A Drsa_kmgmt.c128 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0)
149 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) {
410 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0)
H A Ddsa_kmgmt.c140 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0)
161 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) {
392 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0)
H A Dec_kmgmt.c314 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0)
350 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) {
478 && (selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) == 0)
563 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0)
916 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) {
962 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) {
H A Decx_kmgmt.c134 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0)
157 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) {
765 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0)
H A Ddh_kmgmt.c139 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0)
160 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0) {
432 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0)
/freebsd-current/crypto/openssl/crypto/dh/
H A Ddh_backend.c163 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0
/freebsd-current/crypto/openssl/apps/
H A Ddsa.c255 selection = OSSL_KEYMGMT_SELECT_PUBLIC_KEY;
H A Dec.c252 | OSSL_KEYMGMT_SELECT_PUBLIC_KEY;
H A Drsa.c339 selection = OSSL_KEYMGMT_SELECT_PUBLIC_KEY;
/freebsd-current/crypto/openssl/crypto/ec/
H A Decx_backend.c136 if ((selection & OSSL_KEYMGMT_SELECT_PUBLIC_KEY) != 0
/freebsd-current/crypto/openssl/crypto/store/
H A Dstore_result.c278 OSSL_KEYMGMT_SELECT_PUBLIC_KEY
441 OSSL_KEYMGMT_SELECT_PUBLIC_KEY))
/freebsd-current/crypto/openssl/include/openssl/
H A Dcore_dispatch.h543 # define OSSL_KEYMGMT_SELECT_PUBLIC_KEY 0x02 macro
552 ( OSSL_KEYMGMT_SELECT_PRIVATE_KEY | OSSL_KEYMGMT_SELECT_PUBLIC_KEY )

Completed in 366 milliseconds

12