Searched refs:NIST_BLOCK_KEYLEN_INTS (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/crypto/nist_ctr_drbg/
H A Dnist_ctr_drbg_aes128.h58 #define NIST_BLOCK_KEYLEN_INTS (NIST_BLOCK_KEYLEN_BYTES / sizeof(int)) macro
H A Dnist_ctr_drbg_aes256.h58 #define NIST_BLOCK_KEYLEN_INTS (NIST_BLOCK_KEYLEN_BYTES / sizeof(int)) macro
H A Dnist_ctr_drbg.c322 X = &temp[NIST_BLOCK_KEYLEN_INTS];
415 for (i = 0; i < NIST_BLOCK_KEYLEN_INTS; ++i)
424 temp[NIST_BLOCK_KEYLEN_INTS + i] ^ *provided_data++;

Completed in 104 milliseconds