Searched refs:bits_dup (Results 1 – 3 of 3) sorted by relevance
67 bits_t *bits_dup(const bits_t *);
553 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()
265 bits_dup(const bits_t *in) in bits_dup() function