Searched refs:full_pk_ptr (Results 1 – 4 of 4) sorted by relevance
| /rk3399_ARM-atf/drivers/auth/ |
| H A D | crypto_mod.c | 174 int crypto_mod_convert_pk(void *full_pk_ptr, unsigned int full_pk_len, in crypto_mod_auth_decrypt() 178 return crypto_lib_desc.convert_pk(full_pk_ptr, full_pk_len, in crypto_mod_auth_decrypt() 182 *hashed_pk_ptr = full_pk_ptr; in crypto_mod_auth_decrypt() 145 crypto_mod_convert_pk(void * full_pk_ptr,unsigned int full_pk_len,void ** hashed_pk_ptr,unsigned int * hashed_pk_len) crypto_mod_convert_pk() argument
|
| /rk3399_ARM-atf/include/drivers/auth/ |
| H A D | crypto_mod.h | 73 int (*convert_pk)(void *full_pk_ptr, unsigned int full_pk_len, 129 int crypto_mod_convert_pk(void *full_pk_ptr, unsigned int full_pk_len,
|
| /rk3399_ARM-atf/plat/st/common/ |
| H A D | stm32mp_crypto_lib.c | 170 static int crypto_convert_pk(void *full_pk_ptr, unsigned int full_pk_len, in crypto_convert_pk() argument 176 ret = get_plain_pk_from_asn1(full_pk_ptr, full_pk_len, hashed_pk_ptr, &len, NULL); in crypto_convert_pk() 231 static int crypto_convert_pk(void *full_pk_ptr, unsigned int full_pk_len, in crypto_convert_pk() argument 241 ret = get_plain_pk_from_asn1(full_pk_ptr, full_pk_len, &plain_pk, &len, &curve_id); in crypto_convert_pk()
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | auth-framework.rst | 311 int (*convert_pk)(void *full_pk_ptr, unsigned int full_pk_len, 315 - ``full_pk_ptr``: Pointer to Distinguished Encoding Rules (DER) ROTPK.
|