Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/sha/
Dfsl_sha.h64 } sha_algo_t; typedef
105 status_t SHA_Init(SHA_Type *base, sha_ctx_t *ctx, sha_algo_t algo);
Dfsl_sha.c48 sha_algo_t algo; /*!< selected algorithm from the set of supported algorithms */
136 static status_t sha_check_input_alg(sha_algo_t algo) in sha_check_input_alg()
195 static status_t sha_check_input_args(SHA_Type *base, sha_ctx_t *ctx, sha_algo_t algo) in sha_check_input_args()
499 status_t SHA_Init(SHA_Type *base, sha_ctx_t *ctx, sha_algo_t algo) in SHA_Init()