Searched refs:encrypt_block (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dblowfish.c52 static void encrypt_block (void *bc, byte *outbuf, const byte *inbuf);
430 encrypt_block (void *context, byte *outbuf, const byte *inbuf) function
477 encrypt_block( (void *) &c, buffer, plain );
485 encrypt_block( (void *) &c, buffer, plain3 );
604 bf_setkey, encrypt_block, decrypt_block
H A Dcast5.c54 static void encrypt_block (void *c, byte *outbuf, const byte *inbuf);
409 encrypt_block (void *context , byte *outbuf, const byte *inbuf) function
478 encrypt_block( &c, buffer, plain );
499 encrypt_block( &c, a0, a0 );
500 encrypt_block( &c, a0+8, a0+8 );
502 encrypt_block( &c, b0, b0 );
503 encrypt_block( &c, b0+8, b0+8 );
619 cast_setkey, encrypt_block, decrypt_block
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dblowfish.c52 static void encrypt_block (void *bc, byte *outbuf, const byte *inbuf);
430 encrypt_block (void *context, byte *outbuf, const byte *inbuf) function
477 encrypt_block( (void *) &c, buffer, plain );
485 encrypt_block( (void *) &c, buffer, plain3 );
604 bf_setkey, encrypt_block, decrypt_block
H A Dcast5.c54 static void encrypt_block (void *c, byte *outbuf, const byte *inbuf);
409 encrypt_block (void *context , byte *outbuf, const byte *inbuf) function
478 encrypt_block( &c, buffer, plain );
499 encrypt_block( &c, a0, a0 );
500 encrypt_block( &c, a0+8, a0+8 );
502 encrypt_block( &c, b0, b0 );
503 encrypt_block( &c, b0+8, b0+8 );
619 cast_setkey, encrypt_block, decrypt_block
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dblowfish.c320 static void encrypt_block(struct bf_ctx *bctx, u32 *dst, u32 *src) function
359 encrypt_block(crypto_tfm_ctx(tfm), out32, in32);
433 encrypt_block((struct bf_ctx *)ctx, data, data);
441 encrypt_block((struct bf_ctx *)ctx, data, data);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Ddsp_blowfish.c563 encrypt_block(const u32 *P, const u32 *S, u32 *dst, u32 *src) function
646 encrypt_block(P, S, data, data);
654 encrypt_block(P, S, data, data);

Completed in 60 milliseconds