Home
last modified time | relevance | path

Searched refs:full_pk_ptr (Results 1 – 4 of 4) sorted by relevance

/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() argument
149 return crypto_lib_desc.convert_pk(full_pk_ptr, full_pk_len, in crypto_mod_convert_pk()
153 *hashed_pk_ptr = full_pk_ptr; in crypto_mod_convert_pk()
/trusted-firmware-a-latest/include/drivers/auth/
Dcrypto_mod.h70 int (*convert_pk)(void *full_pk_ptr, unsigned int full_pk_len,
118 int crypto_mod_convert_pk(void *full_pk_ptr, unsigned int full_pk_len,
/trusted-firmware-a-latest/plat/st/common/
Dstm32mp_crypto_lib.c170 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()
/trusted-firmware-a-latest/docs/design/
Dauth-framework.rst280 int (*convert_pk)(void *full_pk_ptr, unsigned int full_pk_len,
284 - ``full_pk_ptr``: Pointer to Distinguished Encoding Rules (DER) ROTPK.