Searched refs:NIST_BLOCK_KEYLEN_BYTES (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/crypto/nist_ctr_drbg/
H A Dnist_ctr_drbg_aes128.h57 #define NIST_BLOCK_KEYLEN_BYTES (NIST_BLOCK_KEYLEN / 8) macro
58 #define NIST_BLOCK_KEYLEN_INTS (NIST_BLOCK_KEYLEN_BYTES / sizeof(int))
H A Dnist_ctr_drbg_aes256.h57 #define NIST_BLOCK_KEYLEN_BYTES (NIST_BLOCK_KEYLEN / 8) macro
58 #define NIST_BLOCK_KEYLEN_INTS (NIST_BLOCK_KEYLEN_BYTES / sizeof(int))
H A Dnist_ctr_drbg.c351 unsigned char K[NIST_BLOCK_KEYLEN_BYTES];
485 unsigned char K[NIST_BLOCK_KEYLEN_BYTES];
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsubr_cprng.c81 KASSERT(c->reseed.len == NIST_BLOCK_KEYLEN_BYTES);
109 c->reseed.len = NIST_BLOCK_KEYLEN_BYTES;
174 uint8_t key[NIST_BLOCK_KEYLEN_BYTES];
252 uint8_t key[NIST_BLOCK_KEYLEN_BYTES];
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dcprng.h144 return NIST_BLOCK_KEYLEN_BYTES;
/netbsd-6-1-5-RELEASE/sys/dev/
H A Drndpseudo.c275 if (ctx->hard || uio->uio_resid > NIST_BLOCK_KEYLEN_BYTES) {

Completed in 166 milliseconds