Searched refs:do_cipher (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/maurice/
H A Dexample3.c26 void do_cipher(char *,int);
32 do_cipher(argv[1],ENCRYPT);
36 do_cipher(argv[2],DECRYPT);
47 void do_cipher(char *pw, int operation) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Devp_enc.c285 if(ctx->cipher->do_cipher(ctx,out,in,inl))
312 if(!ctx->cipher->do_cipher(ctx,out,ctx->buf,bl)) return 0;
325 if(!ctx->cipher->do_cipher(ctx,out,in,inl)) return 0;
369 ret=ctx->cipher->do_cipher(ctx,out,ctx->buf,b);
H A Devp_lib.c183 return ctx->cipher->do_cipher(ctx,out,in,inl);
H A Devp.h316 int (*do_cipher)(EVP_CIPHER_CTX *ctx, unsigned char *out, member in struct:evp_cipher_st
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/
H A Dcryptocop.h91 unsigned char do_cipher:1; member in struct:strcop_crypto_op
96 /* cipher_iv is used if do_cipher and cipher_explicit and the cipher
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Devp_lib.c227 return ctx->cipher->do_cipher(ctx, out, in, inl);
H A Devp_enc.c75 # define M_do_cipher(ctx, out, in, inl) ctx->cipher->do_cipher(ctx, out, in, inl)
H A Devp.h320 int (*do_cipher) (EVP_CIPHER_CTX *ctx, unsigned char *out, member in struct:evp_cipher_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A Devp_lib.c227 return ctx->cipher->do_cipher(ctx, out, in, inl);
H A Devp_enc.c75 # define M_do_cipher(ctx, out, in, inl) ctx->cipher->do_cipher(ctx, out, in, inl)
H A Devp.h320 int (*do_cipher) (EVP_CIPHER_CTX *ctx, unsigned char *out, member in struct:evp_cipher_st
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/drivers/
H A Dcryptocop.c2387 if (crp_op->do_cipher) ch_ix = crp_op->cipher_start;
2401 if (crp_op->do_cipher && ((crp_op->cipher_start + crp_op->cipher_len) > ix)){
2588 if (oper.do_cipher) {
2706 if (oper.do_cipher){
2737 if (oper.do_cipher){
2769 if (oper.do_cipher) cop->tfrm_op.outlen += oper.cipher_outlen;
2792 pageoffset = oper.do_cipher ? ((unsigned long int)oper.cipher_outdata & ~PAGE_MASK) : 0;
2805 if (oper.do_cipher && (oper.cipher_start < next_ix) && (prev_ix < (oper.cipher_start + oper.cipher_len))) {
2879 if (oper.do_cipher) {
3249 "do_cipher
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Devp.h316 int (*do_cipher)(EVP_CIPHER_CTX *ctx, unsigned char *out, member in struct:evp_cipher_st

Completed in 86 milliseconds