Searched refs:es256_pk_cmp (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/libfido2/regress/
H A Des256.c97 es256_pk_cmp(const char *ptr, size_t len) function
137 assert(es256_pk_cmp(short_x, sizeof(short_x)) == 0);
138 assert(es256_pk_cmp(short_y, sizeof(short_y)) == 0);
160 assert(es256_pk_cmp(p256v1, sizeof(p256v1)) == 0);

Completed in 117 milliseconds