Searched refs:TEE_MAX_HASH_SIZE (Results 1 – 12 of 12) sorted by relevance
/optee_os-3.20.0/core/tee/ |
A D | tee_cryp_hkdf.c | 14 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 D | tee_cryp_concat_kdf.c | 22 uint8_t tmp[TEE_MAX_HASH_SIZE]; in tee_cryp_concat_kdf()
|
A D | tee_cryp_pbkdf2.c | 31 uint8_t u[TEE_MAX_HASH_SIZE]; in pbkdf2_f()
|
/optee_os-3.20.0/ta/pkcs11/src/ |
A D | pkcs11_token.h | 67 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 D | persistent_token.c | 76 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 D | processing_symm.c | 727 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 D | caam_hash.c | 46 .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 D | hmac.c | 56 uint8_t block_digest[TEE_MAX_HASH_SIZE] = { 0 }; in mbed_hmac_final()
|
A D | hash.c | 61 uint8_t block_digest[TEE_MAX_HASH_SIZE] = { 0 }; in mbed_hash_final()
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | hash.c | 62 uint8_t block_digest[TEE_MAX_HASH_SIZE] = { 0 }; in ltc_hash_final()
|
/optee_os-3.20.0/lib/libutee/include/ |
A D | utee_defines.h | 173 TEE_MAX_HASH_SIZE = 64, enumerator
|
/optee_os-3.20.0/lib/libutee/ |
A D | tee_api_operations.c | 1261 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 19 milliseconds