Home
last modified time | relevance | path

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

/external/open-dice/include/dice/
Dboringssl_ecdsa_utils.h28 #define P384_PUBLIC_KEY_SIZE 96 macro
35 int P384KeypairFromSeed(uint8_t public_key[P384_PUBLIC_KEY_SIZE],
51 const uint8_t public_key[P384_PUBLIC_KEY_SIZE]);
/external/open-dice/src/
Dboringssl_ecdsa_utils.c129 int P384KeypairFromSeed(uint8_t public_key[P384_PUBLIC_KEY_SIZE], in P384KeypairFromSeed() argument
241 const uint8_t public_key[P384_PUBLIC_KEY_SIZE]) { in P384Verify() argument
259 bn_ret = BN_bin2bn(&public_key[0], P384_PUBLIC_KEY_SIZE / 2, x); in P384Verify()
267 bn_ret = BN_bin2bn(&public_key[P384_PUBLIC_KEY_SIZE / 2], P384_PUBLIC_KEY_SIZE / 2, y); in P384Verify()