Home
last modified time | relevance | path

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

/trusted-firmware-a/drivers/auth/
A 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()
154 *hashed_pk_len = full_pk_len; in crypto_mod_convert_pk()
/trusted-firmware-a/include/drivers/auth/
A Dcrypto_mod.h71 void **hashed_pk_ptr, unsigned int *hashed_pk_len);
119 void **hashed_pk_ptr, unsigned int *hashed_pk_len);
/trusted-firmware-a/plat/st/common/
A Dstm32mp_crypto_lib.c171 void **hashed_pk_ptr, unsigned int *hashed_pk_len) in crypto_convert_pk() argument
178 *hashed_pk_len = (unsigned int)len; in crypto_convert_pk()
232 void **hashed_pk_ptr, unsigned int *hashed_pk_len) in crypto_convert_pk() argument
252 *hashed_pk_len = (unsigned int)(len + sizeof(cid)); in crypto_convert_pk()
/trusted-firmware-a/docs/design/
A Dauth-framework.rst281 void **hashed_pk_ptr, unsigned int *hashed_pk_len);
287 - ``hashed_pk_len``: previous buffer size

Completed in 30 milliseconds