Home
last modified time | relevance | path

Searched refs:_check_int (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/include/drivers/auth/
H A Dimg_parser_mod.h54 #define REGISTER_IMG_PARSER_LIB(_type, _name, _init, _check_int, _get_param) \ argument
60 .check_integrity = _check_int, \
/rk3399_ARM-atf/docs/design/
H A Dauth-framework.rst482 REGISTER_IMG_PARSER_LIB(_type, _name, _init, _check_int, _get_param)
487 - ``_check_int``: check image integrity function pointer.