Searched refs:NUM_WEAK_KEY (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/crypto/
H A Dset_key.c86 #define NUM_WEAK_KEY 16 macro
87 static des_cblock weak_keys[NUM_WEAK_KEY]={
112 for (i = 0; i < NUM_WEAK_KEY; i++) {
/openbsd-current/lib/libcrypto/des/
H A Dset_key.c118 #define NUM_WEAK_KEY 16 macro
119 static const DES_cblock weak_keys[NUM_WEAK_KEY] = {
145 for (i = 0; i < NUM_WEAK_KEY; i++)

Completed in 64 milliseconds