Home
last modified time | relevance | path

Searched refs:decode_pubkey_point (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/libfido2/src/
H A Deddsa.c76 decode_pubkey_point(const cbor_item_t *key, const cbor_item_t *val, void *arg) in decode_pubkey_point() function
97 cbor_map_iter(item, k, decode_pubkey_point) < 0) { in eddsa_pk_decode()
H A Des384.c37 decode_pubkey_point(const cbor_item_t *key, const cbor_item_t *val, void *arg) in decode_pubkey_point() function
60 cbor_map_iter(item, k, decode_pubkey_point) < 0) { in es384_pk_decode()
H A Des256.c39 decode_pubkey_point(const cbor_item_t *key, const cbor_item_t *val, void *arg) in decode_pubkey_point() function
62 cbor_map_iter(item, k, decode_pubkey_point) < 0) { in es256_pk_decode()
/freebsd/contrib/libfido2/fuzz/
H A Dfunctions.txt465 eddsa.c:decode_pubkey_point 10 0 100.00% 11 0 100.00%
497 es256.c:decode_pubkey_point 11 0 100.00% 13 0 100.00%
514 es384.c:decode_pubkey_point 11 0 100.00% 13 0 100.00%