HomeSort by: relevance | last modified time | path
    Searched refs:cbor_build_uint (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/libfido2/dist/src/
largeblob.c 166 if ((argv[0] = cbor_build_uint(count)) == NULL ||
167 (argv[2] = cbor_build_uint(offset)) == NULL) {
345 (argv[2] = cbor_build_uint(blob->origsiz)) == NULL) {
516 (argv[2] = cbor_build_uint(offset)) == NULL ||
517 (offset == 0 && (argv[3] = cbor_build_uint(totalsiz)) == NULL)) {
extern.h 39 cbor_item_t *cbor_build_uint(const uint64_t);
bio.c 456 if ((argv[2] = cbor_build_uint(timo_ms)) == NULL) {
561 (argv[2] = cbor_build_uint(timo_ms)) == NULL) {
cbor.c 1738 cbor_build_uint(const uint64_t value) function

Completed in 17 milliseconds