Searched defs:msg_len (Results 1 – 7 of 7) sorted by relevance
| /base/startup/init/test/mock/hvb/libhvb/crypto/ |
| D | hvb_hash_sha256.c | 34 int hash_calc_update(struct hash_ctx_t *hash_ctx, const void *msg, uint32_t msg_len) in hash_calc_update() 47 int hash_calc_do_final(struct hash_ctx_t *hash_ctx, const void *msg, uint32_t msg_len, uint8_t *out… in hash_calc_do_final()
|
| D | hvb_sm3.c | 37 int hvb_sm3_update(struct sm3_ctx_t *hash_ctx, const void *msg, uint32_t msg_len) in hvb_sm3_update()
|
| /base/tee/tee_dev_kit/sdk/src/TA/rsa_demo/ |
| D | rsa_demo_ta.c | 55 TEE_Result generate_random(uint8_t *msg_buf, uint32_t *msg_len) in generate_random() 84 uint8_t *msg_buffer, size_t msg_len, uint8_t *encrypted_buffer, size_t *enc_len) in demo_rsa_encrypt() 138 uint32_t msg_len = RSA_MASSAGE_SIZE; in test_demo_rsa_crypto() local 245 uint32_t msg_len = RSA_MASSAGE_SIZE; in demo_message_do_digest() local
|
| /base/startup/hvb/libhvb/src/crypto/ |
| D | hvb_hash_sha256.c | 242 int hash_sha256_single(const void *msg, uint32_t msg_len, uint8_t *out, uint32_t out_len) in hash_sha256_single() 309 int hash_calc_update(struct hash_ctx_t *hash_ctx, const void *msg, uint32_t msg_len) in hash_calc_update() 369 int hash_calc_do_final(struct hash_ctx_t *hash_ctx, const void *msg, uint32_t msg_len, uint8_t *out… in hash_calc_do_final()
|
| D | hvb_sm3.c | 269 int hvb_sm3_update(struct sm3_ctx_t *hash_ctx, const void *msg, uint32_t msg_len) in hvb_sm3_update() 396 int hvb_sm3_single(const void *msg, uint32_t msg_len, uint8_t *out, uint32_t *out_len) in hvb_sm3_single()
|
| /base/security/asset/frameworks/utils/src/ |
| D | hasher.rs | 110 let msg_len = message.len(); in pre_process_msg() localVariable
|
| /base/tee/tee_os_framework/services/ssa/src/secure_storage_agent/ |
| D | agent.c | 111 static void ssa_deal_msg(uint32_t cmd, uint8_t *ret_msg, size_t msg_len, uint32_t sdr) in ssa_deal_msg()
|