Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/cau3/
Dfsl_cau3.h128 } cau3_hash_algo_t; typedef
479 status_t CAU3_HASH_Init(CAU3_Type *base, cau3_hash_ctx_t *ctx, cau3_hash_algo_t algo);
525 cau3_hash_algo_t algo,
Dfsl_cau3.c107 cau3_hash_algo_t algo; /*!< selected algorithm from the set of supported algorithms */
1624 static status_t cau3_hash_check_input_alg(cau3_hash_algo_t algo) in cau3_hash_check_input_alg()
1644 static status_t cau3_hash_check_input_args(CAU3_Type *base, cau3_hash_ctx_t *ctx, cau3_hash_algo_t in cau3_hash_check_input_args()
2061 status_t CAU3_HASH_Init(CAU3_Type *base, cau3_hash_ctx_t *ctx, cau3_hash_algo_t algo) in CAU3_HASH_Init()
2238 …CAU3_Type *base, cau3_hash_algo_t algo, const uint8_t *input, size_t inputSize, uint8_t *output, s… in CAU3_HASH()