Home
last modified time | relevance | path

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

/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/auth/
Dcrypto_mod.c146 void **hashed_pk_ptr, unsigned int *hashed_pk_len) in crypto_mod_convert_pk() argument
150 hashed_pk_ptr, hashed_pk_len); in crypto_mod_convert_pk()
153 *hashed_pk_ptr = full_pk_ptr; in crypto_mod_convert_pk()
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/st/common/
Dstm32mp_crypto_lib.c171 void **hashed_pk_ptr, unsigned int *hashed_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()
232 void **hashed_pk_ptr, unsigned int *hashed_pk_len) in crypto_convert_pk() argument
251 *hashed_pk_ptr = st_pk; in crypto_convert_pk()
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/drivers/auth/
Dcrypto_mod.h71 void **hashed_pk_ptr, unsigned int *hashed_pk_len);
119 void **hashed_pk_ptr, unsigned int *hashed_pk_len);
/aosp_15_r20/external/trusty/arm-trusted-firmware/docs/design/
Dauth-framework.rst281 void **hashed_pk_ptr, unsigned int *hashed_pk_len);
286 - ``hashed_pk_ptr``: to return a pointer to a buffer, which hash should be the one saved in OTP.