Searched refs:TEE_SHA256_HASH_SIZE (Results 1 – 19 of 19) sorted by relevance
/optee_os-3.20.0/core/include/tee/ |
A D | tee_fs_key_manager.h | 15 #define TEE_FS_KM_SSK_SIZE TEE_SHA256_HASH_SIZE 16 #define TEE_FS_KM_TSK_SIZE TEE_SHA256_HASH_SIZE
|
A D | tee_ta_enc_manager.h | 13 #define TEE_TA_ENC_KEY_SIZE TEE_SHA256_HASH_SIZE
|
A D | fs_htree.h | 23 #define TEE_FS_HTREE_HASH_SIZE TEE_SHA256_HASH_SIZE
|
/optee_os-3.20.0/core/pta/ |
A D | attestation.c | 68 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 D | huk_subkey.h | 38 #define HUK_SUBKEY_MAX_LEN TEE_SHA256_HASH_SIZE
|
/optee_os-3.20.0/core/include/mm/ |
A D | file.h | 14 #define FILE_TAG_SIZE TEE_SHA256_HASH_SIZE
|
/optee_os-3.20.0/core/kernel/ |
A D | embedded_ts.c | 100 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 D | rng_pta.c | 183 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 D | utee_defines.h | 168 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 D | hash.c | 176 uint8_t digest[TEE_SHA256_HASH_SIZE]; in hash_sha256_check()
|
/optee_os-3.20.0/core/drivers/crypto/caam/hash/ |
A D | caam_hash.c | 55 .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 D | hash.c | 185 uint8_t digest[TEE_SHA256_HASH_SIZE] = { 0 }; in hash_sha256_check()
|
/optee_os-3.20.0/core/tee/ |
A D | tee_fs_key_manager.c | 211 uint8_t sha[TEE_SHA256_HASH_SIZE]; in essiv()
|
/optee_os-3.20.0/ta/pkcs11/src/ |
A D | processing_symm.c | 507 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 D | boot.c | 448 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 D | dcp.c | 53 .size = TEE_SHA256_HASH_SIZE,
|
/optee_os-3.20.0/core/drivers/crypto/se050/core/ |
A D | ecc.c | 201 { kAlgorithm_SSS_ECDSA_SHA256, TEE_SHA256_HASH_SIZE }, in ecc_prepare_msg()
|
/optee_os-3.20.0/core/mm/ |
A D | fobj.c | 469 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 D | caam_prime_dsa.c | 682 struct dsa_hash hash_func = { OP_ALGO(SHA256), TEE_SHA256_HASH_SIZE }; in caam_prime_dsa_gen()
|
Completed in 22 milliseconds