Searched refs:p256_from_bin (Results 1 – 4 of 4) sorted by relevance
122 p256_from_bin(r_bytes, r_int); in dsa_sig_unpack()123 p256_from_bin(s_bytes, s_int); in dsa_sig_unpack()
361 void p256_from_bin(const uint8_t src[P256_NBYTES], p256_int* dst) { in p256_from_bin() function
150 void p256_from_bin(const uint8_t src[P256_NBYTES], p256_int* dst);
268 p256_from_bin(hash_buf, &hash); \ in main()