Searched refs:encrypt (Results 26 - 33 of 33) sorted by relevance

12

/barrelfish-master/lib/openssl-1.0.0d/crypto/bf/
H A Dbf_enc.c225 const BF_KEY *schedule, unsigned char *ivec, int encrypt)
232 if (encrypt)
224 BF_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, const BF_KEY *schedule, unsigned char *ivec, int encrypt) argument
/barrelfish-master/lib/openssl-1.0.0d/crypto/evp/
H A Dpmeth_lib.c227 pmeth->encrypt = 0;
514 pmeth->encrypt = encryptfn;
H A Dbio_enc.c302 ctx->cipher.encrypt);
H A Devp.h310 const unsigned char *in, size_t inl);/* encrypt/decrypt data */
372 int encrypt; /* encrypt or decrypt */ member in struct:evp_cipher_ctx_st
/barrelfish-master/include/
H A Dunistd.h453 int encrypt(char *, int);
/barrelfish-master/lib/openssl-1.0.0d/crypto/engine/
H A Deng_cryptodev.c380 cryp.op = ctx->encrypt ? COP_ENCRYPT : COP_DECRYPT;
384 if (!ctx->encrypt) {
399 if (ctx->encrypt)
/barrelfish-master/lib/openssl-1.0.0d/engines/
H A De_padlock.c801 cdata->cword.b.encdec = (ctx->encrypt == 0);
927 if (ctx->encrypt)
981 * input and then encrypt in one stroke. This is done
/barrelfish-master/include/openssl/
H A Devp.h310 const unsigned char *in, size_t inl);/* encrypt/decrypt data */
372 int encrypt; /* encrypt or decrypt */ member in struct:evp_cipher_ctx_st

Completed in 72 milliseconds

12