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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/evp/
H A Devp_enc.c335 if(ctx->cipher->do_cipher(ctx,out,in,inl))
362 if(!ctx->cipher->do_cipher(ctx,out,ctx->buf,bl)) return 0;
375 if(!ctx->cipher->do_cipher(ctx,out,in,inl)) return 0;
418 ret=ctx->cipher->do_cipher(ctx,out,ctx->buf,b);
H A Devp.h352 int (*do_cipher)(EVP_CIPHER_CTX *ctx, unsigned char *out, member in struct:evp_cipher_st
521 #define EVP_Cipher(c,o,i,l) (c)->cipher->do_cipher((c),(o),(i),(l))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/
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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Dcryptocop.c2384 if (crp_op->do_cipher) ch_ix = crp_op->cipher_start;
2398 if (crp_op->do_cipher && ((crp_op->cipher_start + crp_op->cipher_len) > ix)){
2585 if (oper.do_cipher) {
2703 if (oper.do_cipher){
2734 if (oper.do_cipher){
2766 if (oper.do_cipher) cop->tfrm_op.outlen += oper.cipher_outlen;
2789 pageoffset = oper.do_cipher ? ((unsigned long int)oper.cipher_outdata & ~PAGE_MASK) : 0;
2802 if (oper.do_cipher && (oper.cipher_start < next_ix) && (prev_ix < (oper.cipher_start + oper.cipher_len))) {
2876 if (oper.do_cipher) {
3232 "do_cipher
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Devp.h352 int (*do_cipher)(EVP_CIPHER_CTX *ctx, unsigned char *out, member in struct:evp_cipher_st
521 #define EVP_Cipher(c,o,i,l) (c)->cipher->do_cipher((c),(o),(i),(l))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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 149 milliseconds