Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/drivers/auth/
H A Dcrypto_mod.h126 int crypto_mod_convert_pk(void *full_pk_ptr, unsigned int full_pk_len,
/rk3399_ARM-atf/drivers/auth/
H A Dcrypto_mod.c145 int crypto_mod_convert_pk(void *full_pk_ptr, unsigned int full_pk_len, in crypto_mod_convert_pk() function
H A Dauth_mod.c256 rc = crypto_mod_convert_pk(pk_ptr, pk_len, &cnv_pk_ptr, &cnv_pk_len); in auth_signature()