Home
last modified time | relevance | path

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

/optee_os/core/pta/veraison_attestation/
H A Dsign.c114 const uint8_t public_key_y[] = PUBLIC_KEY_Y; in generate_key() local
151 res = crypto_bignum_bin2bn(public_key_y, KEY_SIZE, pubkey->y); in generate_key()