Home
last modified time | relevance | path

Searched refs:TEE_MAX_HASH_SIZE (Results 1 – 14 of 14) sorted by relevance

/optee_os/core/tee/
H A Dtee_cryp_hkdf.c14 static const uint8_t zero_salt[TEE_MAX_HASH_SIZE];
69 uint8_t tn[TEE_MAX_HASH_SIZE]; in hkdf_expand()
150 uint8_t prk[TEE_MAX_HASH_SIZE]; in tee_cryp_hkdf()
H A Dtee_cryp_concat_kdf.c22 uint8_t tmp[TEE_MAX_HASH_SIZE]; in tee_cryp_concat_kdf()
H A Dtee_cryp_pbkdf2.c31 uint8_t u[TEE_MAX_HASH_SIZE]; in pbkdf2_f()
/optee_os/ta/pkcs11/src/
H A Dpkcs11_token.h67 uint8_t so_pin_hash[TEE_MAX_HASH_SIZE];
73 uint8_t user_pin_hash[TEE_MAX_HASH_SIZE];
219 uint8_t hash[TEE_MAX_HASH_SIZE]);
222 const uint8_t hash[TEE_MAX_HASH_SIZE]);
H A Dpersistent_token.c76 uint8_t hash[TEE_MAX_HASH_SIZE]) in do_hash() argument
80 size_t sz = TEE_MAX_HASH_SIZE; in do_hash()
94 memset(hash + sz, 0, TEE_MAX_HASH_SIZE - sz); in do_hash()
100 uint8_t hash[TEE_MAX_HASH_SIZE]) in hash_pin() argument
117 const uint8_t hash[TEE_MAX_HASH_SIZE]) in verify_pin() argument
119 uint8_t tmp_hash[TEE_MAX_HASH_SIZE] = { 0 }; in verify_pin()
126 if (buf_compare_ct(tmp_hash, hash, TEE_MAX_HASH_SIZE)) in verify_pin()
H A Dprocessing_symm.c749 uint8_t computed_mac[TEE_MAX_HASH_SIZE] = { 0 }; in step_symm_operation()
750 size_t computed_mac_size = TEE_MAX_HASH_SIZE; in step_symm_operation()
H A Dpkcs11_attributes.c2868 size_t buf_size = TEE_MAX_HASH_SIZE; in compute_check_value_with_sha1()
/optee_os/core/drivers/crypto/caam/hash/
H A Dcaam_hash.c46 .size_block = TEE_MAX_HASH_SIZE,
54 .size_block = TEE_MAX_HASH_SIZE,
62 .size_block = TEE_MAX_HASH_SIZE,
70 .size_block = TEE_MAX_HASH_SIZE * 2,
78 .size_block = TEE_MAX_HASH_SIZE * 2,
/optee_os/lib/libmbedtls/core/
H A Dhmac.c55 uint8_t block_digest[TEE_MAX_HASH_SIZE] = { 0 }; in mbed_hmac_final()
H A Dhash.c60 uint8_t block_digest[TEE_MAX_HASH_SIZE] = { 0 }; in mbed_hash_final()
/optee_os/core/lib/libtomcrypt/
H A Dhash.c62 uint8_t block_digest[TEE_MAX_HASH_SIZE] = { 0 }; in ltc_hash_final()
/optee_os/lib/libutee/include/
H A Dutee_defines.h198 TEE_MAX_HASH_SIZE = 64, enumerator
/optee_os/core/drivers/crypto/caam/mp/
H A Dcaam_mp.c228 retstatus = caam_alloc_align_buf(&hash, TEE_MAX_HASH_SIZE); in caam_mp_sign()
/optee_os/lib/libutee/
H A Dtee_api_operations.c1528 uint8_t computed_mac[TEE_MAX_HASH_SIZE] = { 0 }; in TEE_MACCompareFinal()
1529 size_t computed_mac_size = TEE_MAX_HASH_SIZE; in TEE_MACCompareFinal()