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

  /src/sys/crypto/nist_hash_drbg/
nist_hash_drbg.h 1 /* $NetBSD: nist_hash_drbg.h,v 1.1 2019/09/02 20:09:29 riastradh Exp $ */
43 #define nist_hash_drbg nist_sha256_hash_drbg macro
68 struct nist_hash_drbg { struct
74 typedef struct nist_hash_drbg NIST_HASH_DRBG;
77 int nist_hash_drbg_instantiate(struct nist_hash_drbg *,
79 int nist_hash_drbg_reseed(struct nist_hash_drbg *,
81 int nist_hash_drbg_generate(struct nist_hash_drbg *, void *, size_t,
83 int nist_hash_drbg_destroy(struct nist_hash_drbg *);
nist_hash_drbg.c 1 /* $NetBSD: nist_hash_drbg.c,v 1.3 2019/09/19 18:29:55 riastradh Exp $ */
53 __KERNEL_RCSID(0, "$NetBSD: nist_hash_drbg.c,v 1.3 2019/09/19 18:29:55 riastradh Exp $");
73 #include "nist_hash_drbg.h"
107 nist_hash_drbg_destroy(struct nist_hash_drbg *D)
120 nist_hash_drbg_instantiate(secret struct nist_hash_drbg *D,
160 nist_hash_drbg_reseed(secret struct nist_hash_drbg *D,
200 nist_hash_drbg_generate(secret struct nist_hash_drbg *D,
1077 struct nist_hash_drbg drbg, *D = &drbg;
  /src/sys/sys/
cprng.h 41 #include <crypto/nist_hash_drbg/nist_hash_drbg.h>
  /src/sys/kern/
sys_getrandom.c 54 #include <crypto/nist_hash_drbg/nist_hash_drbg.h>
62 struct nist_hash_drbg drbg;
subr_cprng.c 70 #include <crypto/nist_hash_drbg/nist_hash_drbg.h>
88 struct nist_hash_drbg *cc_drbg;
230 * Allocate the struct nist_hash_drbg and struct evcnt
  /src/sys/arch/x86/x86/
pmap.c 186 #include <crypto/nist_hash_drbg/nist_hash_drbg.h>
1659 struct nist_hash_drbg drbg;

Completed in 17 milliseconds