Home
last modified time | relevance | path

Searched refs:es256_pk_from_ptr (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/bsd/libfido2/dist/regress/
H A Dassert.c285 assert(es256_pk_from_ptr(es256, es256_pk, sizeof(es256_pk)) == FIDO_OK); in valid_assert()
311 assert(es256_pk_from_ptr(pk, es256_pk, sizeof(es256_pk)) == FIDO_OK); in no_cdh()
333 assert(es256_pk_from_ptr(pk, es256_pk, sizeof(es256_pk)) == FIDO_OK); in no_rp()
355 assert(es256_pk_from_ptr(pk, es256_pk, sizeof(es256_pk)) == FIDO_OK); in no_authdata()
376 assert(es256_pk_from_ptr(pk, es256_pk, sizeof(es256_pk)) == FIDO_OK); in no_sig()
404 assert(es256_pk_from_ptr(pk, es256_pk, sizeof(es256_pk)) == FIDO_OK); in junk_cdh()
427 assert(es256_pk_from_ptr(pk, es256_pk, sizeof(es256_pk)) == FIDO_OK); in junk_rp()
475 assert(es256_pk_from_ptr(pk, es256_pk, sizeof(es256_pk)) == FIDO_OK); in junk_sig()
498 assert(es256_pk_from_ptr(pk, es256_pk, sizeof(es256_pk)) == FIDO_OK); in wrong_options()
/netbsd/external/bsd/libfido2/dist/src/fido/
H A Des256.h30 int es256_pk_from_ptr(es256_pk_t *, const void *, size_t);
/netbsd/external/bsd/libfido2/dist/src/
H A Dexport.msvc9 es256_pk_from_ptr
H A Dexport.gnu10 es256_pk_from_ptr;
H A Des256.c170 es256_pk_from_ptr(es256_pk_t *pk, const void *ptr, size_t len) in es256_pk_from_ptr() function
/netbsd/external/bsd/libfido2/dist/fuzz/
H A Dexport.gnu10 es256_pk_from_ptr;
H A Dfuzz_assert.c362 es256_pk_from_ptr(es256_pk, p->es256.body, p->es256.len); in test()
H A Dfunctions.txt458 es256_pk_from_ptr 11 0 100.00% 13 0 100.00%
/netbsd/external/bsd/libfido2/dist/examples/
H A Dutil.c202 if (es256_pk_from_ptr(pk, ptr, len) != FIDO_OK) { in write_ec_pubkey()
/netbsd/external/bsd/libfido2/dist/tools/
H A Dutil.c259 if (es256_pk_from_ptr(pk, ptr, len) != FIDO_OK) { in write_ec_pubkey()
/netbsd/external/bsd/libfido2/dist/man/
H A DCMakeLists.txt51 es256_pk_new es256_pk_from_ptr
/netbsd/external/bsd/pam-u2f/dist/
H A Dutil.c1268 r = es256_pk_from_ptr(out->ptr, buf, buf_len); in parse_pk()