Home
last modified time | relevance | path

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

/trueos/contrib/apr-util/crypto/
HDcrypt_blowfish.c67 typedef unsigned int BF_word; typedef
73 typedef BF_word BF_key[BF_N + 2];
76 BF_word S[4][0x100];
84 static BF_word BF_magic_w[6] = {
385 static int BF_decode(BF_word *dst, const char *src, int size) in BF_decode()
409 static void BF_encode(char *dst, const BF_word *src, int size) in BF_encode()
441 static void BF_swap(BF_word *x, int count) in BF_swap()
445 BF_word tmp; in BF_swap()
475 (*((BF_word *)(((unsigned char *)S) + (i))))
548 BF_word safety, sign, diff, tmp[2]; in BF_set_key()
[all …]