Searched refs:TEE_MAX_HASH_SIZE (Results 1 – 14 of 14) sorted by relevance
| /optee_os/core/tee/ |
| H 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()
|
| H A D | tee_cryp_concat_kdf.c | 22 uint8_t tmp[TEE_MAX_HASH_SIZE]; in tee_cryp_concat_kdf()
|
| H A D | tee_cryp_pbkdf2.c | 31 uint8_t u[TEE_MAX_HASH_SIZE]; in pbkdf2_f()
|
| /optee_os/ta/pkcs11/src/ |
| H 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]; 219 uint8_t hash[TEE_MAX_HASH_SIZE]); 222 const uint8_t hash[TEE_MAX_HASH_SIZE]);
|
| H A D | persistent_token.c | 76 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 D | processing_symm.c | 749 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 D | pkcs11_attributes.c | 2868 size_t buf_size = TEE_MAX_HASH_SIZE; in compute_check_value_with_sha1()
|
| /optee_os/core/drivers/crypto/caam/hash/ |
| H 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/lib/libmbedtls/core/ |
| H A D | hmac.c | 55 uint8_t block_digest[TEE_MAX_HASH_SIZE] = { 0 }; in mbed_hmac_final()
|
| H A D | hash.c | 60 uint8_t block_digest[TEE_MAX_HASH_SIZE] = { 0 }; in mbed_hash_final()
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | hash.c | 62 uint8_t block_digest[TEE_MAX_HASH_SIZE] = { 0 }; in ltc_hash_final()
|
| /optee_os/lib/libutee/include/ |
| H A D | utee_defines.h | 198 TEE_MAX_HASH_SIZE = 64, enumerator
|
| /optee_os/core/drivers/crypto/caam/mp/ |
| H A D | caam_mp.c | 228 retstatus = caam_alloc_align_buf(&hash, TEE_MAX_HASH_SIZE); in caam_mp_sign()
|
| /optee_os/lib/libutee/ |
| H A D | tee_api_operations.c | 1528 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()
|