Searched refs:OSSL_OBJECT_NAME (Results 1 – 4 of 4) sorted by relevance
28 #define OSSL_OBJECT_NAME 1 /* char * */ macro
37 B<must> be encoded in DER for all object types except for B<OSSL_OBJECT_NAME>112 =item B<OSSL_OBJECT_NAME>173 For objects with the object type B<OSSL_OBJECT_NAME>, that object type
176 if (data->object_type == OSSL_OBJECT_NAME) { in try_name()
679 static const int object_type = OSSL_OBJECT_NAME; in file_load_dir_entry()