Searched refs:char2word (Results 1 – 2 of 2) sorted by relevance
/openssl-master/crypto/seed/ |
A D | seed.c | 452 char2word(rawkey, x1); in SEED_set_key() 453 char2word(rawkey + 4, x2); in SEED_set_key() 454 char2word(rawkey + 8, x3); in SEED_set_key() 512 char2word(s, x1); in SEED_encrypt() 513 char2word(s + 4, x2); in SEED_encrypt() 514 char2word(s + 8, x3); in SEED_encrypt() 515 char2word(s + 12, x4); in SEED_encrypt() 557 char2word(s, x1); in SEED_decrypt() 558 char2word(s + 4, x2); in SEED_decrypt() 559 char2word(s + 8, x3); in SEED_decrypt() [all …]
|
A D | seed_local.h | 48 # define char2word(c, i) \ macro 88 char2word((C), (I)[0]); \ 89 char2word((C+4), (I)[1]); \ 90 char2word((C+8), (I)[2]); \ 91 char2word((C+12), (I)[3])
|
Completed in 5 milliseconds