Searched refs:hashed_pk_ptr (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/auth/ |
D | crypto_mod.c | 146 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/ |
D | stm32mp_crypto_lib.c | 171 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/ |
D | crypto_mod.h | 71 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/ |
D | auth-framework.rst | 281 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.
|