Home
last modified time | relevance | path

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

/tools/tests/x86_emulator/
A Dblowfish.c41 } BLOWFISH_CTX; typedef
313 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