Home
last modified time | relevance | path

Searched refs:bitmap_from_string (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/crypto/openssh/
H A Dbitmap.h55 int bitmap_from_string(struct bitmap *b, const void *p, size_t l);
H A Dbitmap.c189 bitmap_from_string(struct bitmap *b, const void *p, size_t l) in bitmap_from_string() function
H A Dkrl.c923 if (bitmap_from_string(bitmap, blob, blen) != 0) { in parse_revoked_certs()