Home
last modified time | relevance | path

Searched defs:KEY_SIZE (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/crypto/
H A Drng_fortuna.c23 #define KEY_SIZE 32 macro
91 static TEE_Result hash_final(void *ctx, uint8_t digest[KEY_SIZE]) in hash_final()
97 uint8_t key[KEY_SIZE]) in key_from_data()
110 static TEE_Result cipher_init(void *ctx, uint8_t key[KEY_SIZE]) in cipher_init()
395 static TEE_Result restart_pool(void *pool_ctx, uint8_t pool_digest[KEY_SIZE]) in restart_pool()
/optee_os/core/pta/veraison_attestation/
H A Dsign.c14 #define KEY_SIZE 32 macro