Home
last modified time | relevance | path

Searched refs:dcp_hash_algo_t (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dcp/
Dfsl_dcp.h218 } dcp_hash_algo_t; typedef
521 status_t DCP_HASH_Init(DCP_Type *base, dcp_handle_t *handle, dcp_hash_ctx_t *ctx, dcp_hash_algo_t a…
570 dcp_hash_algo_t algo,
Dfsl_dcp.c47 dcp_hash_algo_t algo; /*!< selected algorithm from the set of supported algorithms */
898 static status_t dcp_hash_check_input_alg(dcp_hash_algo_t algo) in dcp_hash_check_input_alg()
918 static status_t dcp_hash_check_input_args(DCP_Type *base, dcp_hash_ctx_t *ctx, dcp_hash_algo_t algo) in dcp_hash_check_input_args()
1201 status_t DCP_HASH_Init(DCP_Type *base, dcp_handle_t *handle, dcp_hash_ctx_t *ctx, dcp_hash_algo_t a… in DCP_HASH_Init()
1437 dcp_hash_algo_t algo, in DCP_HASH()