Home
last modified time | relevance | path

Searched refs:object_type (Results 1 – 9 of 9) sorted by relevance

/openssl/crypto/store/
H A Dstore_result.c63 int object_type; member
98 helper_data.object_type = OSSL_OBJECT_UNKNOWN; in ossl_store_handle_load_result()
161 if (data->object_type == OSSL_OBJECT_NAME) { in try_name()
392 if (data->object_type == OSSL_OBJECT_UNKNOWN in try_key()
393 || data->object_type == OSSL_OBJECT_PKEY) { in try_key()
427 data->object_type = OSSL_OBJECT_PKEY; in try_key()
459 if (data->object_type == OSSL_OBJECT_UNKNOWN in try_cert()
492 data->object_type = OSSL_OBJECT_CERT; in try_cert()
505 if (data->object_type == OSSL_OBJECT_UNKNOWN in try_crl()
506 || data->object_type == OSSL_OBJECT_CRL) { in try_crl()
[all …]
/openssl/crypto/encode_decode/
H A Ddecoder_pkey.c66 char *object_type; /* recorded object data type, may be NULL */ member
95 char *object_type = NULL; in decoder_construct_pkey() local
97 if (!OSSL_PARAM_get_utf8_string(p, &object_type, 0)) in decoder_construct_pkey()
99 OPENSSL_free(data->object_type); in decoder_construct_pkey()
100 data->object_type = object_type; in decoder_construct_pkey()
125 && EVP_KEYMGMT_is_a(keymgmt, data->object_type)) in decoder_construct_pkey()
133 data->object_type, in decoder_construct_pkey()
201 OPENSSL_free(data->object_type); in decoder_clean_pkey_construct_arg()
/openssl/providers/implementations/encode_decode/
H A Ddecode_pem2der.c105 int object_type; in pem2der_decode() member
186 objtype = pem_name_map[i].object_type; in pem2der_decode()
H A Ddecode_pvk2key.c187 int object_type = OSSL_OBJECT_PKEY; in pvk2key_decode() local
190 OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &object_type); in pvk2key_decode()
H A Ddecode_msblob2key.c189 int object_type = OSSL_OBJECT_PKEY; in msblob2key_decode() local
192 OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &object_type); in msblob2key_decode()
H A Ddecode_der2key.c315 int object_type = OSSL_OBJECT_PKEY; in der2key_decode() local
318 OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &object_type); in der2key_decode()
/openssl/test/
H A Dfake_rsaprov.c617 int object_type = OSSL_OBJECT_PKEY; in fake_rsa_st_load() local
634 OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &object_type); in fake_rsa_st_load()
H A Dtls-provider.c2422 int object_type = OSSL_OBJECT_PKEY; in xor_der2key_decode() local
2425 OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &object_type); in xor_der2key_decode()
/openssl/providers/implementations/storemgmt/
H A Dfile_store.c636 static const int object_type = OSSL_OBJECT_NAME; in file_load_dir_entry() local
638 OSSL_PARAM_int(OSSL_OBJECT_PARAM_TYPE, (int *)&object_type), in file_load_dir_entry()

Completed in 56 milliseconds