Searched refs:BLOWFISH_CTX (Results 1 – 1 of 1) sorted by relevance
41 } BLOWFISH_CTX; typedef313 static uint32_t F(BLOWFISH_CTX *ctx, uint32_t x) { in F()332 static void Blowfish_Encrypt(BLOWFISH_CTX *ctx, uint32_t *xl, uint32_t *xr){ in Blowfish_Encrypt()362 static void Blowfish_Decrypt(BLOWFISH_CTX *ctx, uint32_t *xl, uint32_t *xr){ in Blowfish_Decrypt()393 static void Blowfish_Init(BLOWFISH_CTX *ctx, unsigned char *key, int keyLen) { in Blowfish_Init()435 BLOWFISH_CTX ctx; in blowfish_test()
Completed in 2 milliseconds