Home
last modified time | relevance | path

Searched refs:convert_pk (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/include/drivers/auth/
H A Dcrypto_mod.h73 int (*convert_pk)(void *full_pk_ptr, unsigned int full_pk_len, member
150 .convert_pk = _convert_pk, \
/rk3399_ARM-atf/drivers/auth/
H A Dcrypto_mod.c177 if (crypto_lib_desc.convert_pk != NULL) { in crypto_mod_convert_pk()
178 return crypto_lib_desc.convert_pk(full_pk_ptr, full_pk_len, in crypto_mod_convert_pk()
/rk3399_ARM-atf/docs/design/
H A Dauth-framework.rst311 int (*convert_pk)(void *full_pk_ptr, unsigned int full_pk_len,