Searched defs:P256_NBYTES (Results 1 – 3 of 3) sorted by relevance
35 static inline int trim_to_p256_bytes(unsigned char dst[P256_NBYTES], unsigned char *src, in trim_to_p256_bytes()
361 void p256_from_bin(const uint8_t src[P256_NBYTES], p256_int* dst) { in p256_from_bin()
41 #define P256_NBYTES 32 macro