Searched refs:fromtype (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/providers/implementations/storemgmt/ |
D | file_store_any2obj.c | 244 #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/ |
D | file_store_any2obj.c | 244 #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/ |
D | get_context_list.c | 142 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()
|