Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/include/drivers/auth/
Dcrypto_mod.h118 int crypto_mod_convert_pk(void *full_pk_ptr, unsigned int full_pk_len,
/trusted-firmware-a-latest/drivers/auth/
Dcrypto_mod.c145 int crypto_mod_convert_pk(void *full_pk_ptr, unsigned int full_pk_len, in crypto_mod_convert_pk() function
Dauth_mod.c243 rc = crypto_mod_convert_pk(pk_ptr, pk_len, &cnv_pk_ptr, &cnv_pk_len); in auth_signature()