Home
last modified time | relevance | path

Searched refs:fromtype (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/providers/implementations/storemgmt/
Dfile_store_any2obj.c244 #define MAKE_DECODER(fromtype, objtype) \ argument
245 static const OSSL_DISPATCH fromtype##_to_obj_decoder_functions[] = { \
248 { OSSL_FUNC_DECODER_DECODE, (void (*)(void))fromtype##2obj_decode }, \
/third_party/node/deps/openssl/openssl/providers/implementations/storemgmt/
Dfile_store_any2obj.c244 #define MAKE_DECODER(fromtype, objtype) \ argument
245 static const OSSL_DISPATCH fromtype##_to_obj_decoder_functions[] = { \
248 { OSSL_FUNC_DECODER_DECODE, (void (*)(void))fromtype##2obj_decode }, \
/third_party/selinux/libselinux/src/
Dget_context_list.c142 const char *fromrole, *fromtype, *fromlevel; in get_context_user() local
160 fromtype = context_type_get(con); in get_context_user()
162 if (!fromrole || !fromtype) { in get_context_user()
198 if (!strcmp(fromrole, linerole) && !strcmp(fromtype, linetype)) { in get_context_user()