Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/drivers/auth/
H A Dimg_parser_mod.h39 int (*get_auth_param)(const auth_param_type_desc_t *type_desc, member
61 .get_auth_param = _get_param \
/rk3399_ARM-atf/drivers/nxp/auth/csf_hdr_parser/
H A Dplat_img_parser.c124 static int get_auth_param(const auth_param_type_desc_t *type_desc, in get_auth_param() function
180 check_integrity, get_auth_param);
/rk3399_ARM-atf/drivers/auth/
H A Dimg_parser_mod.c30 assert(desc->get_auth_param != NULL); in validate_desc()
124 return parser_lib_descs[idx].get_auth_param(type_desc, img_ptr, img_len, in img_parser_get_auth_param()
/rk3399_ARM-atf/drivers/auth/mbedtls/
H A Dmbedtls_x509_parser.c459 static int get_auth_param(const auth_param_type_desc_t *type_desc, in get_auth_param() function
508 check_integrity, get_auth_param);
/rk3399_ARM-atf/docs/design/
H A Dauth-framework.rst474 int get_auth_param(const auth_param_type_desc_t *type_desc,
498 The ``get_auth_param()`` function is passed a parameter descriptor containing
525 #. Specify to the ``get_auth_param()`` function exported by the IPM, which
988 int get_auth_param(const auth_param_type_desc_t *type_desc,