Searched refs:derive_key_v1 (Results 1 – 6 of 6) sorted by relevance
/trusty/hardware/nxp/app/hwcrypto/ |
D | hwkey_srv_priv.h | 40 uint32_t derive_key_v1(const uuid_t* uuid,
|
D | hwkey_srv_provider.c | 50 uint32_t derive_key_v1(const uuid_t* uuid, in derive_key_v1() function
|
D | hwkey_srv.c | 187 msg->header.status = derive_key_v1(&ctx->uuid, ikm_data, ikm_len, in hwkey_handle_derive_key_cmd()
|
/trusty/user/app/sample/hwcrypto/ |
D | hwkey_srv_priv.h | 147 uint32_t derive_key_v1(const uuid_t* uuid,
|
D | hwkey_srv_fake_provider.c | 112 uint32_t derive_key_v1(const uuid_t* uuid, in derive_key_v1() function 638 return derive_key_v1(slot->uuid, kak_salt, KM_KAK_SIZE, kbuf, *klen); in get_km_kak_key()
|
D | hwkey_srv.c | 354 return derive_key_v1(uuid, context, context_len, key, key_len); in hwkey_handle_derive_key_impl()
|