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

  /src/sbin/cgdconfig/
utils.h 43 typedef struct bits bits_t; typedef in typeref:struct:bits
66 bits_t *bits_new(const void *, size_t);
67 bits_t *bits_dup(const bits_t *);
68 void bits_assign(bits_t **, bits_t *);
69 void bits_free(bits_t *);
70 const void *bits_getbuf(bits_t *);
71 size_t bits_len(bits_t *);
72 int bits_match(const bits_t *, const bits_t *)
    [all...]
utils.c 252 bits_t *
255 bits_t *b;
264 bits_t *
265 bits_dup(const bits_t *in)
272 bits_free(bits_t *b)
282 bits_assign(bits_t **lhs, bits_t *rhs)
290 bits_getbuf(bits_t *in)
297 bits_len(bits_t *in)
304 bits_match(const bits_t *b1, const bits_t *b2
    [all...]
params.h 43 bits_t *kg_salt;
44 bits_t *kg_key;
49 bits_t *kg_sharedinfo;
56 bits_t *key;
126 struct keygen *keygen_salt(bits_t *);
131 struct keygen *keygen_key(bits_t *);
133 struct keygen *keygen_shared(string_t *, string_t *, bits_t *);
cgdconfig.c 130 bits_t *key;
159 static bits_t *getkey(const char *, struct keygen *, size_t,
161 static bits_t *getkey_storedkey(const char *, struct keygen *, size_t);
162 static bits_t *getkey_randomkey(const char *, struct keygen *, size_t, int);
164 static bits_t *getkey_argon2id(const char *, struct keygen *, size_t);
166 static bits_t *getkey_pkcs5_pbkdf2(const char *, struct keygen *, size_t,
168 static bits_t *getkey_shell_cmd(const char *, struct keygen *, size_t);
412 static bits_t *
413 getsubkey_hkdf_hmac_sha256(bits_t *key, bits_t *info, size_t subkeylen
    [all...]
cgdparse.y 55 bits_t *bits;
params.c 67 static void print_kvpair_b64(FILE *, int, int, const char *, bits_t *);
734 keygen_salt(bits_t *in)
794 keygen_key(bits_t *in)
812 keygen_shared(string_t *id, string_t *alg, bits_t *info)
938 print_kvpair_b64(FILE *f, int curpos, int ts, const char *key, bits_t *val)

Completed in 15 milliseconds