Searched refs:fido_str_array_pack (Results 1 – 5 of 5) sorted by relevance
| /freebsd-head/contrib/libfido2/src/ |
| HD | types.c | 76 fido_str_array_pack(fido_str_array_t *sa, const char * const *v, size_t n) in fido_str_array_pack() function
|
| HD | config.c | 225 if (fido_str_array_pack(&sa, rpid, n) < 0) { in fido_dev_set_pin_minlen_rpid()
|
| HD | winhello.c | 1011 if (fido_str_array_pack(&ci->versions, v, nitems(v)) < 0 || in fido_winhello_get_cbor_info() 1012 fido_str_array_pack(&ci->extensions, e, nitems(e)) < 0 || in fido_winhello_get_cbor_info() 1013 fido_str_array_pack(&ci->transports, t, nitems(t)) < 0) { in fido_winhello_get_cbor_info()
|
| HD | extern.h | 205 int fido_str_array_pack(fido_str_array_t *, const char * const *, size_t);
|
| /freebsd-head/contrib/libfido2/fuzz/ |
| HD | functions.txt | 922 fido_str_array_pack 11 0 100.00% 14 0 100.00%
|