Home
last modified time | relevance | path

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

/optee_os/core/pta/veraison_attestation/
H A Dsign.c113 const uint8_t public_key_x[] = PUBLIC_KEY_X; in generate_key() local
147 res = crypto_bignum_bin2bn(public_key_x, KEY_SIZE, pubkey->x); in generate_key()