Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-secure-subsystem/inc/
Dfsl_sss_sscp.h165 } sss_sscp_derive_key_t; typedef
298 sss_status_t sss_sscp_derive_key_context_init(sss_sscp_derive_key_t *context,
304 sss_status_t sss_sscp_derive_key(sss_sscp_derive_key_t *context,
309 sss_status_t sss_sscp_asymmetric_dh_derive_key(sss_sscp_derive_key_t *context,
313 sss_status_t sss_sscp_derive_key_context_free(sss_sscp_derive_key_t *context);
Dfsl_sss_sscp_types.h89 } sss_sscp_derive_key_t; typedef
/hal_nxp-latest/mcux/middleware/mcux-secure-subsystem/src/sscp/
Dfsl_sscp_mu.c120 … msg[wrIdx++] = (uint32_t)((sss_sscp_derive_key_t *)op->params[i].context.ptr)->ctx; in prepareMessage()
276 ((sss_sscp_derive_key_t *)op->result[k].context.ptr)->ctx = msg[i]; in sscp_mu_invoke_command()
Dfsl_sss_sscp.c1267 sss_status_t sss_sscp_derive_key_context_init(sss_sscp_derive_key_t *context, in sss_sscp_derive_key_context_init()
1310 sss_status_t sss_sscp_derive_key(sss_sscp_derive_key_t *context, in sss_sscp_derive_key()
1345 sss_status_t sss_sscp_asymmetric_dh_derive_key(sss_sscp_derive_key_t *context, in sss_sscp_asymmetric_dh_derive_key()
1349 …SSCP_BUILD_ASSURE(sizeof(sss_derive_key_t) >= sizeof(sss_sscp_derive_key_t), _sss_sscp_derive_key_… in sss_sscp_asymmetric_dh_derive_key()
1380 sss_status_t sss_sscp_derive_key_context_free(sss_sscp_derive_key_t *context) in sss_sscp_derive_key_context_free()