Home
last modified time | relevance | path

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

/freebsd/contrib/libfido2/regress/
H A Des384.c164 ASSERT_INVAL(es384_pk_from_ptr(pk, raw, raw_len)); in invalid_curve()
189 ASSERT_OK(es384_pk_from_ptr(pkB, raw, raw_len)); in valid_curve()
/freebsd/contrib/libfido2/src/fido/
H A Des384.h53 int es384_pk_from_ptr(es384_pk_t *, const void *, size_t);
/freebsd/contrib/libfido2/src/
H A Dexport.gnu17 es384_pk_from_ptr;
H A Dexport.msvc16 es384_pk_from_ptr
H A Des384.c87 es384_pk_from_ptr(es384_pk_t *pk, const void *ptr, size_t len) in es384_pk_from_ptr() function
/freebsd/contrib/libfido2/fuzz/
H A Dexport.gnu17 es384_pk_from_ptr;
H A Dfuzz_assert.c432 es384_pk_from_ptr(es384_pk, p->es256.body, p->es256.len); in test()
H A Dfunctions.txt496 es384_pk_from_ptr 15 0 100.00% 17 0 100.00%
/freebsd/contrib/libfido2/examples/
H A Dutil.c233 if (es384_pk_from_ptr(pk, ptr, len) != FIDO_OK) { in write_es384_pubkey()
/freebsd/contrib/libfido2/tools/
H A Dutil.c298 if (es384_pk_from_ptr(pk, ptr, len) != FIDO_OK) { in write_es384_pubkey()
/freebsd/contrib/libfido2/
H A DNEWS27 - es384_pk_from_ptr;
/freebsd/contrib/libfido2/man/
H A DCMakeLists.txt60 es384_pk_new es384_pk_from_ptr