Home
last modified time | relevance | path

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

/netbsd-src/sbin/cgdconfig/
H A Dutils.h67 bits_t *bits_dup(const bits_t *);
H A Dcgdconfig.c553 return bits_dup(kg->kg_key); in getkey_storedkey()
632 kg->kg_key = bits_dup(ret); in getkey_pkcs5_pbkdf2()
665 kg->kg_key = bits_dup(ret); in getkey_argon2id()
H A Dutils.c265 bits_dup(const bits_t *in) in bits_dup() function