Home
last modified time | relevance | path

Searched refs:bitmap_new (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssh/
H A Dbitmap.h28 struct bitmap *bitmap_new(void);
H A Dbitmap.c38 bitmap_new(void) in bitmap_new() function
H A Dkrl.c650 if ((bitmap = bitmap_new()) == NULL) { in revoked_certs_generate()
916 if ((bitmap = bitmap_new()) == NULL) { in parse_revoked_certs()
H A Dssh_namespace.h67 #define bitmap_new Fssh_bitmap_new macro
/freebsd/crypto/openssh/regress/unittests/bitmap/
H A Dtests.c40 b = bitmap_new(); in tests()