Home
last modified time | relevance | path

Searched refs:TEE_SHA512_HASH_SIZE (Results 1 – 5 of 5) sorted by relevance

/optee_os/lib/libutee/include/
H A Dutee_defines.h196 TEE_SHA512_HASH_SIZE = 64, enumerator
243 return TEE_SHA512_HASH_SIZE; in __tee_alg_get_digest_size()
/optee_os/core/drivers/crypto/versal/
H A Decc.c128 uint8_t swp[TEE_SHA512_HASH_SIZE + 2] = { 0 }; in ecc_prepare_msg()
131 if (msg_len > TEE_SHA512_HASH_SIZE + 2) in ecc_prepare_msg()
137 len = TEE_SHA512_HASH_SIZE + 2; in ecc_prepare_msg()
/optee_os/core/drivers/crypto/caam/hash/
H A Dcaam_hash.c71 .size_ctx = HASH_MSG_LEN + TEE_SHA512_HASH_SIZE,
77 .size_digest = TEE_SHA512_HASH_SIZE,
79 .size_ctx = HASH_MSG_LEN + TEE_SHA512_HASH_SIZE,
/optee_os/ta/pkcs11/src/
H A Dprocessing_symm.c530 sign_sz = TEE_SHA512_HASH_SIZE; in input_hmac_len_is_valid()
709 sign_sz = TEE_SHA512_HASH_SIZE; in input_sign_size_is_valid()
/optee_os/core/drivers/crypto/se050/core/
H A Decc.c182 { kAlgorithm_SSS_ECDSA_SHA512, TEE_SHA512_HASH_SIZE }, in ecc_prepare_msg()