Searched refs:P384_PUBLIC_KEY_SIZE (Results 1 – 2 of 2) sorted by relevance
28 #define P384_PUBLIC_KEY_SIZE 96 macro35 int P384KeypairFromSeed(uint8_t public_key[P384_PUBLIC_KEY_SIZE],51 const uint8_t public_key[P384_PUBLIC_KEY_SIZE]);
129 int P384KeypairFromSeed(uint8_t public_key[P384_PUBLIC_KEY_SIZE], in P384KeypairFromSeed() argument241 const uint8_t public_key[P384_PUBLIC_KEY_SIZE]) { in P384Verify() argument259 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()