Searched refs:sm3_update (Results 1 – 6 of 6) sorted by relevance
/optee_os/core/crypto/ |
A D | sm3.c | 157 void sm3_update(struct sm3_context *ctx, const uint8_t *input, size_t ilen) in sm3_update() function 213 sm3_update(ctx, sm3_padding, padn); in sm3_final() 214 sm3_update(ctx, msglen, 8); in sm3_final() 231 sm3_update(&ctx, input, ilen); in sm3() 257 sm3_update(ctx, ctx->ipad, 64); in sm3_hmac_init() 264 sm3_update(ctx, input, ilen); in sm3_hmac_update() 273 sm3_update(ctx, ctx->opad, 64); in sm3_hmac_final() 274 sm3_update(ctx, tmpbuf, 32); in sm3_hmac_final()
|
A D | sm3.h | 27 void sm3_update(struct sm3_context *ctx, const uint8_t *input, size_t ilen);
|
A D | sm3-hash.c | 45 sm3_update(&to_hash_ctx(ctx)->sm3_ctx, data, len); in op_sm3_hash_update()
|
/optee_os/out/arm/core/ |
A D | tee.symb_sizes | 416 000000000e1117d4 00000000000000f4 t sm3_update.part.0 2057 000000000e111930 000000000000000c T sm3_update
|
A D | tee.dmp | 27316 000000000e1117d4 <sm3_update.part.0>: 27317 sm3_update(): 27448 000000000e111930 <sm3_update>: 27449 sm3_update(): 27505 e1119b8: 97ffffde bl e111930 <sm3_update> 27506 sm3_update(): 27687 sm3_update(): 27693 sm3_update(): 27727 e111c40: 17ffff3c b e111930 <sm3_update> 27746 sm3_update(): [all …]
|
A D | tee.map | 21674 .text.sm3_update.part.0 21679 .text.sm3_update 21681 0x000000000e111930 sm3_update
|
Completed in 242 milliseconds