Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_cau3.h466 status_t CAU3_HASH_Init(CAU3_Type *base, cau3_hash_ctx_t *ctx, cau3_hash_algo_t algo);
483 status_t CAU3_HASH_Update(CAU3_Type *base, cau3_hash_ctx_t *ctx, const uint8_t *input, size_t input…
495 status_t CAU3_HASH_Finish(CAU3_Type *base, cau3_hash_ctx_t *ctx, uint8_t *output, size_t *outputSiz…
Dfsl_cau3_ble.h545 status_t CAU3_HASH_Init(CAU3_Type *base, cau3_hash_ctx_t *ctx, cau3_hash_algo_t algo);
562 status_t CAU3_HASH_Update(CAU3_Type *base, cau3_hash_ctx_t *ctx, const uint8_t *input, size_t input…
574 status_t CAU3_HASH_Finish(CAU3_Type *base, cau3_hash_ctx_t *ctx, uint8_t *output, size_t *outputSiz…
Dfsl_cau3.c1487 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() argument
1495 if ((NULL == ctx) || (NULL == base)) in cau3_hash_check_input_args()
1891 status_t CAU3_HASH_Init(CAU3_Type *base, cau3_hash_ctx_t *ctx, cau3_hash_algo_t algo) in CAU3_HASH_Init() argument
1900 status = cau3_hash_check_input_args(base, ctx, algo); in CAU3_HASH_Init()
1907 ctxInternal = (cau3_hash_ctx_internal_t *)ctx; in CAU3_HASH_Init()
1920 status_t CAU3_HASH_Update(CAU3_Type *base, cau3_hash_ctx_t *ctx, const uint8_t *input, size_t input… in CAU3_HASH_Update() argument
1932 ctxInternal = (cau3_hash_ctx_internal_t *)ctx; in CAU3_HASH_Update()
1968 status_t CAU3_HASH_Finish(CAU3_Type *base, cau3_hash_ctx_t *ctx, uint8_t *output, size_t *outputSiz… in CAU3_HASH_Finish() argument
1974 ctxInternal = (cau3_hash_ctx_internal_t *)ctx; in CAU3_HASH_Finish()
2023 memset(ctx, 0, sizeof(cau3_hash_ctx_t)); in CAU3_HASH_Finish()
Dfsl_cau3_ble.c1682 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() argument
1690 if ((NULL == ctx) || (NULL == base)) in cau3_hash_check_input_args()
2086 status_t CAU3_HASH_Init(CAU3_Type *base, cau3_hash_ctx_t *ctx, cau3_hash_algo_t algo) in CAU3_HASH_Init() argument
2095 status = cau3_hash_check_input_args(base, ctx, algo); in CAU3_HASH_Init()
2102 ctxInternal = (cau3_hash_ctx_internal_t *)ctx; in CAU3_HASH_Init()
2115 status_t CAU3_HASH_Update(CAU3_Type *base, cau3_hash_ctx_t *ctx, const uint8_t *input, size_t input… in CAU3_HASH_Update() argument
2127 ctxInternal = (cau3_hash_ctx_internal_t *)ctx; in CAU3_HASH_Update()
2163 status_t CAU3_HASH_Finish(CAU3_Type *base, cau3_hash_ctx_t *ctx, uint8_t *output, size_t *outputSiz… in CAU3_HASH_Finish() argument
2169 ctxInternal = (cau3_hash_ctx_internal_t *)ctx; in CAU3_HASH_Finish()
2218 memset(ctx, 0, sizeof(cau3_hash_ctx_t)); in CAU3_HASH_Finish()