Home
last modified time | relevance | path

Searched refs:MAX_KEY_SIZE (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_authenc.h27 #define MAX_KEY_SIZE 32 macro
48 uint8_t key[MAX_KEY_SIZE];
/optee_os/core/pta/
H A Dattestation.c25 #define MAX_KEY_SIZE 4096 macro
41 COMPILE_TIME_ASSERT(CFG_ATTESTATION_PTA_KEY_SIZE <= MAX_KEY_SIZE); in allocate_key()
42 return crypto_acipher_alloc_rsa_keypair(key, MAX_KEY_SIZE); in allocate_key()
340 size = bufsize(3, MAX_KEY_SIZE / 8, MAX_KEY_SIZE / 8); in init_key()
/optee_os/core/pta/veraison_attestation/
H A Dveraison_attestation.c18 #define MAX_KEY_SIZE 4096 macro