Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/crypto/
A Dsm2-kdf.c25 uint32_t be_count = 0; in sm2_kdf() local
42 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()
/optee_os-3.20.0/core/tee/
A Dtee_cryp_concat_kdf.c23 uint32_t be_count; in tee_cryp_concat_kdf() local
38 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