Home
last modified time | relevance | path

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

/providers/implementations/encode_decode/
A Ddecode_lmsxdr2key.c117 int object_type = OSSL_OBJECT_PKEY; in lmsxdr2key_decode() local
120 OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &object_type); in lmsxdr2key_decode()
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()
A Ddecode_pvk2key.c.in196 int object_type = OSSL_OBJECT_PKEY; local
199 OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &object_type);
A Ddecode_pem2der.c.in141 int object_type; member
249 objtype = pem_name_map[i].object_type;
A Ddecode_der2key.c.in351 int object_type = OSSL_OBJECT_PKEY; local
354 OSSL_PARAM_construct_int(OSSL_OBJECT_PARAM_TYPE, &object_type);
/providers/implementations/storemgmt/
A Dfile_store.c.in673 static const int object_type = OSSL_OBJECT_NAME; local
675 OSSL_PARAM_int(OSSL_OBJECT_PARAM_TYPE, (int *)&object_type),

Completed in 27 milliseconds