Home
last modified time | relevance | path

Searched refs:seed_word (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/seed/
H A Dseed_local.h42 typedef unsigned long seed_word; typedef
44 typedef unsigned int seed_word; typedef
49 …(i) = ((((seed_word)(c)[0]) << 24) | (((seed_word)(c)[1]) << 16) | (((seed_word)(c)[2]) << 8) | ((
H A Dseed.c66 static const seed_word SS[4][256] = {
440 static const seed_word KC[] = {
449 seed_word x1, x2, x3, x4; in SEED_set_key()
450 seed_word t0, t1; in SEED_set_key()
509 seed_word x1, x2, x3, x4; in SEED_encrypt()
510 seed_word t0, t1; in SEED_encrypt()
554 seed_word x1, x2, x3, x4; in SEED_decrypt()
555 seed_word t0, t1; in SEED_decrypt()

Completed in 7 milliseconds