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

/system/core/include/mincrypt/
H A Dp256.h41 #define P256_NBYTES 32 macro
146 void p256_to_bin(const p256_int* src, uint8_t dst[P256_NBYTES]);
150 void p256_from_bin(const uint8_t src[P256_NBYTES], p256_int* dst);

Completed in 15 milliseconds