Searched refs:be_count (Results 1 – 2 of 2) sorted by relevance
25 uint32_t be_count = 0; in sm2_kdf() local42 put_be32(&be_count, count); in sm2_kdf()49 res = crypto_hash_update(ctx, (const uint8_t *)&be_count, in sm2_kdf()50 sizeof(be_count)); in sm2_kdf()
23 uint32_t be_count; in tee_cryp_concat_kdf() local38 be_count = TEE_U32_TO_BIG_ENDIAN(i); in tee_cryp_concat_kdf()43 res = crypto_hash_update(ctx, (uint8_t *)&be_count, in tee_cryp_concat_kdf()44 sizeof(be_count)); in tee_cryp_concat_kdf()
Completed in 2 milliseconds