Home
last modified time | relevance | path

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

/openssl-master/crypto/store/
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()
374 if (data->object_type == OSSL_OBJECT_UNKNOWN in try_key()
375 || data->object_type == OSSL_OBJECT_PKEY) { in try_key()
409 data->object_type = OSSL_OBJECT_PKEY; in try_key()
441 if (data->object_type == OSSL_OBJECT_UNKNOWN in try_cert()
474 data->object_type = OSSL_OBJECT_CERT; in try_cert()
487 if (data->object_type == OSSL_OBJECT_UNKNOWN in try_crl()
488 || data->object_type == OSSL_OBJECT_CRL) { in try_crl()
[all …]
/openssl-master/crypto/encode_decode/
A Ddecoder_pkey.c63 char *object_type; /* recorded object data type, may be NULL */ member
92 char *object_type = NULL; in decoder_construct_pkey() local
94 if (!OSSL_PARAM_get_utf8_string(p, &object_type, 0)) in decoder_construct_pkey()
96 OPENSSL_free(data->object_type); in decoder_construct_pkey()
97 data->object_type = object_type; in decoder_construct_pkey()
122 && EVP_KEYMGMT_is_a(keymgmt, data->object_type)) in decoder_construct_pkey()
130 data->object_type, in decoder_construct_pkey()
194 OPENSSL_free(data->object_type); in decoder_clean_pkey_construct_arg()
/openssl-master/providers/implementations/encode_decode/
A Ddecode_pem2der.c101 int object_type; in pem2der_decode() member
181 objtype = pem_name_map[i].object_type; in pem2der_decode()
A Ddecode_pvk2key.c146 int object_type = OSSL_OBJECT_PKEY; in pvk2key_decode() local
149 OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &object_type); in pvk2key_decode()
A Ddecode_msblob2key.c176 int object_type = OSSL_OBJECT_PKEY; in msblob2key_decode() local
179 OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &object_type); in msblob2key_decode()
A Ddecode_der2key.c272 int object_type = OSSL_OBJECT_PKEY; in der2key_decode() local
275 OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &object_type); in der2key_decode()
/openssl-master/providers/implementations/storemgmt/
A Dfile_store.c643 static const int object_type = OSSL_OBJECT_NAME; in file_load_dir_entry() local
645 OSSL_PARAM_int(OSSL_OBJECT_PARAM_TYPE, (int *)&object_type), in file_load_dir_entry()

Completed in 13 milliseconds