Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/tee/
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()
A Dtee_cryp_concat_kdf.c22 uint8_t tmp[TEE_MAX_HASH_SIZE]; in tee_cryp_concat_kdf()
A Dtee_cryp_pbkdf2.c31 uint8_t u[TEE_MAX_HASH_SIZE]; in pbkdf2_f()
/optee_os-3.20.0/ta/pkcs11/src/
A Dpkcs11_token.h67 uint8_t so_pin_hash[TEE_MAX_HASH_SIZE];
73 uint8_t user_pin_hash[TEE_MAX_HASH_SIZE];
220 uint8_t hash[TEE_MAX_HASH_SIZE]);
223 const uint8_t hash[TEE_MAX_HASH_SIZE]);
A Dpersistent_token.c76 uint8_t hash[TEE_MAX_HASH_SIZE]) in do_hash() argument
80 uint32_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()
A Dprocessing_symm.c727 uint8_t computed_mac[TEE_MAX_HASH_SIZE] = { 0 }; in step_symm_operation()
728 uint32_t computed_mac_size = TEE_MAX_HASH_SIZE; in step_symm_operation()
/optee_os-3.20.0/core/drivers/crypto/caam/hash/
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-3.20.0/lib/libmbedtls/core/
A Dhmac.c56 uint8_t block_digest[TEE_MAX_HASH_SIZE] = { 0 }; in mbed_hmac_final()
A Dhash.c61 uint8_t block_digest[TEE_MAX_HASH_SIZE] = { 0 }; in mbed_hash_final()
/optee_os-3.20.0/core/lib/libtomcrypt/
A Dhash.c62 uint8_t block_digest[TEE_MAX_HASH_SIZE] = { 0 }; in ltc_hash_final()
/optee_os-3.20.0/lib/libutee/include/
A Dutee_defines.h173 TEE_MAX_HASH_SIZE = 64, enumerator
/optee_os-3.20.0/lib/libutee/
A Dtee_api_operations.c1261 uint8_t computed_mac[TEE_MAX_HASH_SIZE] = { 0 }; in TEE_MACCompareFinal()
1262 uint32_t computed_mac_size = TEE_MAX_HASH_SIZE; in TEE_MACCompareFinal()

Completed in 17 milliseconds