Searched refs:p256_gen_keypair (Results 1 – 4 of 4) sorted by relevance
45 int p256_gen_keypair(uint8_t priv[32], uint8_t pub[64]);
156 | `p256_gen_keypair` | 608 | 564 | 564 |175 | `p256_gen_keypair` | 921 | 145 | 11 |
1212 int p256_gen_keypair(uint8_t priv[32], uint8_t pub[64]) in p256_gen_keypair() function
160 int ret = p256_gen_keypair(key_buffer, public_key_buffer); in p256_transparent_generate_key()