Searched refs:_init (Results 1 – 5 of 5) sorted by relevance
/tf-a-ffa_el3_spmc/include/drivers/auth/ |
A D | crypto_mod.h | 86 #define REGISTER_CRYPTO_LIB(_name, _init, _verify_signature, _verify_hash, \ argument 90 .init = _init, \ 97 #define REGISTER_CRYPTO_LIB(_name, _init, _verify_signature, _verify_hash, \ argument 101 .init = _init, \
|
A D | img_parser_mod.h | 54 #define REGISTER_IMG_PARSER_LIB(_type, _name, _init, _check_int, _get_param) \ argument 59 .init = _init, \
|
/tf-a-ffa_el3_spmc/include/services/ |
A D | logical_sp.h | 41 #define DECLARE_LOGICAL_PARTITION(_name, _init, _sp_id, _uuid, _properties, \ argument 46 .init = (_init), \
|
/tf-a-ffa_el3_spmc/include/lib/pmf/ |
A D | pmf_helpers.h | 130 _init, _getts) \ argument 132 _init, _getts) 139 _init, _getts) argument 226 _init, _getts_by_mpidr) \ argument 240 .init = _init, \
|
/tf-a-ffa_el3_spmc/docs/design/ |
A D | auth-framework.rst | 246 REGISTER_CRYPTO_LIB(_name, _init, _verify_signature, _verify_hash); 413 REGISTER_IMG_PARSER_LIB(_type, _name, _init, _check_int, _get_param) 417 - ``_init``: initialization function pointer.
|
Completed in 10 milliseconds