Home
last modified time | relevance | path

Searched refs:_init (Results 1 – 5 of 5) sorted by relevance

/tf-a-ffa_el3_spmc/include/drivers/auth/
A Dcrypto_mod.h86 #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 Dimg_parser_mod.h54 #define REGISTER_IMG_PARSER_LIB(_type, _name, _init, _check_int, _get_param) \ argument
59 .init = _init, \
/tf-a-ffa_el3_spmc/include/services/
A Dlogical_sp.h41 #define DECLARE_LOGICAL_PARTITION(_name, _init, _sp_id, _uuid, _properties, \ argument
46 .init = (_init), \
/tf-a-ffa_el3_spmc/include/lib/pmf/
A Dpmf_helpers.h130 _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 Dauth-framework.rst246 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