Home
last modified time | relevance | path

Searched refs:TEE_SHA256_HASH_SIZE (Results 1 – 19 of 19) sorted by relevance

/optee_os-3.20.0/core/include/tee/
A Dtee_fs_key_manager.h15 #define TEE_FS_KM_SSK_SIZE TEE_SHA256_HASH_SIZE
16 #define TEE_FS_KM_TSK_SIZE TEE_SHA256_HASH_SIZE
A Dtee_ta_enc_manager.h13 #define TEE_TA_ENC_KEY_SIZE TEE_SHA256_HASH_SIZE
A Dfs_htree.h23 #define TEE_FS_HTREE_HASH_SIZE TEE_SHA256_HASH_SIZE
/optee_os-3.20.0/core/pta/
A Dattestation.c68 TEE_SHA256_HASH_SIZE); in generate_key()
419 DHEXDUMP(hash, TEE_SHA256_HASH_SIZE); in hash_binary()
441 res = crypto_hash_update(ctx, hash, TEE_SHA256_HASH_SIZE); in digest_nonce_and_hash()
455 TEE_SHA256_HASH_SIZE, /* salt len */ in sign_digest()
456 digest, TEE_SHA256_HASH_SIZE, in sign_digest()
469 uint8_t digest[TEE_SHA256_HASH_SIZE] = { }; in sign_buffer()
475 return sign_digest(buf + TEE_SHA256_HASH_SIZE, in sign_buffer()
476 buf_sz - TEE_SHA256_HASH_SIZE, digest); in sign_buffer()
562 res = crypto_hash_final(ctx, hash, TEE_SHA256_HASH_SIZE); in hash_regions()
737 res = crypto_hash_final(ctx, out, TEE_SHA256_HASH_SIZE); in cmd_hash_tee_memory()
[all …]
/optee_os-3.20.0/core/include/kernel/
A Dhuk_subkey.h38 #define HUK_SUBKEY_MAX_LEN TEE_SHA256_HASH_SIZE
/optee_os-3.20.0/core/include/mm/
A Dfile.h14 #define FILE_TAG_SIZE TEE_SHA256_HASH_SIZE
/optee_os-3.20.0/core/kernel/
A Dembedded_ts.c100 if (!tag || *tag_len < TEE_SHA256_HASH_SIZE) { in emb_ts_get_tag()
101 *tag_len = TEE_SHA256_HASH_SIZE; in emb_ts_get_tag()
104 *tag_len = TEE_SHA256_HASH_SIZE; in emb_ts_get_tag()
/optee_os-3.20.0/core/arch/arm/plat-synquacer/
A Drng_pta.c183 uint8_t entropy_sha512_256[TEE_SHA256_HASH_SIZE]; in pool_check_add_entropy()
214 TEE_SHA256_HASH_SIZE); in pool_check_add_entropy()
/optee_os-3.20.0/lib/libutee/include/
A Dutee_defines.h168 TEE_SHA256_HASH_SIZE = 32, enumerator
199 return TEE_SHA256_HASH_SIZE; in __tee_alg_get_digest_size()
/optee_os-3.20.0/core/lib/libtomcrypt/
A Dhash.c176 uint8_t digest[TEE_SHA256_HASH_SIZE]; in hash_sha256_check()
/optee_os-3.20.0/core/drivers/crypto/caam/hash/
A Dcaam_hash.c55 .size_ctx = HASH_MSG_LEN + TEE_SHA256_HASH_SIZE,
61 .size_digest = TEE_SHA256_HASH_SIZE,
63 .size_ctx = HASH_MSG_LEN + TEE_SHA256_HASH_SIZE,
/optee_os-3.20.0/lib/libmbedtls/core/
A Dhash.c185 uint8_t digest[TEE_SHA256_HASH_SIZE] = { 0 }; in hash_sha256_check()
/optee_os-3.20.0/core/tee/
A Dtee_fs_key_manager.c211 uint8_t sha[TEE_SHA256_HASH_SIZE]; in essiv()
/optee_os-3.20.0/ta/pkcs11/src/
A Dprocessing_symm.c507 sign_sz = TEE_SHA256_HASH_SIZE; in input_hmac_len_is_valid()
681 sign_sz = TEE_SHA256_HASH_SIZE; in input_sign_size_is_valid()
/optee_os-3.20.0/core/arch/arm/kernel/
A Dboot.c448 TEE_SHA256_HASH_SIZE; in init_runtime()
514 const uint8_t *hash = hashes + n * TEE_SHA256_HASH_SIZE; in init_runtime()
/optee_os-3.20.0/core/drivers/imx/dcp/
A Ddcp.c53 .size = TEE_SHA256_HASH_SIZE,
/optee_os-3.20.0/core/drivers/crypto/se050/core/
A Decc.c201 { kAlgorithm_SSS_ECDSA_SHA256, TEE_SHA256_HASH_SIZE }, in ecc_prepare_msg()
/optee_os-3.20.0/core/mm/
A Dfobj.c469 const uint8_t *hash = rop->hashes + page_idx * TEE_SHA256_HASH_SIZE; in rop_load_page_helper()
/optee_os-3.20.0/core/drivers/crypto/caam/acipher/
A Dcaam_prime_dsa.c682 struct dsa_hash hash_func = { OP_ALGO(SHA256), TEE_SHA256_HASH_SIZE }; in caam_prime_dsa_gen()

Completed in 22 milliseconds