Searched refs:NIST_BLOCK_OUTLEN_INTS (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/crypto/nist_ctr_drbg/
H A Dnist_ctr_drbg_aes128.h62 #define NIST_BLOCK_OUTLEN_INTS (NIST_BLOCK_OUTLEN_BYTES / sizeof(int)) macro
H A Dnist_ctr_drbg_aes256.h62 #define NIST_BLOCK_OUTLEN_INTS (NIST_BLOCK_OUTLEN_BYTES / sizeof(int)) macro
H A Dnist_ctr_drbg.h64 unsigned int V[NIST_BLOCK_OUTLEN_INTS] __attribute__ ((aligned(8)));
H A Dnist_ctr_drbg.c114 unsigned int input_block[NIST_BLOCK_OUTLEN_INTS];
120 for (j = 0; j < NIST_BLOCK_OUTLEN_INTS; ++j)
310 temp += NIST_BLOCK_OUTLEN_INTS;
335 temp += NIST_BLOCK_OUTLEN_INTS;
352 unsigned int IV[NIST_BLOCK_OUTLEN_INTS];
403 output_block += NIST_BLOCK_OUTLEN_INTS) {
422 for (i = 0; i < NIST_BLOCK_OUTLEN_INTS; ++i)
605 temp += NIST_BLOCK_OUTLEN_INTS;

Completed in 57 milliseconds