Home
last modified time | relevance | path

Searched defs:P256_NBYTES (Results 1 – 3 of 3) sorted by relevance

/external/libconstrainedcrypto/
Ddsa_sig.c35 static inline int trim_to_p256_bytes(unsigned char dst[P256_NBYTES], unsigned char *src, in trim_to_p256_bytes()
Dp256.c361 void p256_from_bin(const uint8_t src[P256_NBYTES], p256_int* dst) { in p256_from_bin()
/external/libconstrainedcrypto/include/constrainedcrypto/
Dp256.h41 #define P256_NBYTES 32 macro