Home
last modified time | relevance | path

Searched refs:derive_key_v1 (Results 1 – 6 of 6) sorted by relevance

/trusty/hardware/nxp/app/hwcrypto/
Dhwkey_srv_priv.h40 uint32_t derive_key_v1(const uuid_t* uuid,
Dhwkey_srv_provider.c50 uint32_t derive_key_v1(const uuid_t* uuid, in derive_key_v1() function
Dhwkey_srv.c187 msg->header.status = derive_key_v1(&ctx->uuid, ikm_data, ikm_len, in hwkey_handle_derive_key_cmd()
/trusty/user/app/sample/hwcrypto/
Dhwkey_srv_priv.h147 uint32_t derive_key_v1(const uuid_t* uuid,
Dhwkey_srv_fake_provider.c112 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()
Dhwkey_srv.c354 return derive_key_v1(uuid, context, context_len, key, key_len); in hwkey_handle_derive_key_impl()