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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/seed/
H A Dseed_locl.h33 typedef unsigned long seed_word; typedef
35 typedef unsigned int seed_word; typedef
48 (i) = ((((seed_word)(c)[0]) << 24) | (((seed_word)(c)[1]) << 16) | (((seed_word)(c)[2]) << 8) | ((seed_word)(c)[3]))
H A Dseed.c44 static const seed_word SS[4][256] = { {
547 static const seed_word KC[] = {
564 seed_word x1, x2, x3, x4;
565 seed_word t0, t1;
624 seed_word x1, x2, x3, x4;
625 seed_word t0, t1;
669 seed_word x1, x2, x3, x4;
670 seed_word t0, t1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/seed/
H A Dseed_locl.h33 typedef unsigned long seed_word; typedef
35 typedef unsigned int seed_word; typedef
48 (i) = ((((seed_word)(c)[0]) << 24) | (((seed_word)(c)[1]) << 16) | (((seed_word)(c)[2]) << 8) | ((seed_word)(c)[3]))
H A Dseed.c44 static const seed_word SS[4][256] = { {
547 static const seed_word KC[] = {
564 seed_word x1, x2, x3, x4;
565 seed_word t0, t1;
624 seed_word x1, x2, x3, x4;
625 seed_word t0, t1;
669 seed_word x1, x2, x3, x4;
670 seed_word t0, t1;

Completed in 76 milliseconds