Searched refs:encrypt (Results 1 - 25 of 223) sorted by relevance

123456789

/macosx-10.10.1/BerkeleyDB-21/db/perl/DB_File/
H A Ddbinfo77 my ($magic, $version, $endian, $encrypt) ;
84 $encrypt = "Not Supported";
91 $encrypt = "Not Supported";
117 { $encrypt = $info[6] ? "Enabled" : "Disabled" }
119 { $encrypt = "Not Supported" }
128 Encryption: $encrypt
/macosx-10.10.1/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Ddbinfo77 my ($magic, $version, $endian, $encrypt) ;
84 $encrypt = "Not Supported";
91 $encrypt = "Not Supported";
117 { $encrypt = $info[6] ? "Enabled" : "Disabled" }
119 { $encrypt = "Not Supported" }
128 Encryption: $encrypt
/macosx-10.10.1/OpenSSL098-52/src/crypto/bf/
H A Dbf_ecb.c82 const BF_KEY *key, int encrypt)
88 if (encrypt)
81 BF_ecb_encrypt(const unsigned char *in, unsigned char *out, const BF_KEY *key, int encrypt) argument
H A Dbf_cfb64.c68 const BF_KEY *schedule, unsigned char *ivec, int *num, int encrypt)
77 if (encrypt)
67 BF_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, const BF_KEY *schedule, unsigned char *ivec, int *num, int encrypt) argument
/macosx-10.10.1/OpenSSL098-52/src/crypto/rc2/
H A Drc2_ecb.c74 int encrypt)
80 if (encrypt)
73 RC2_ecb_encrypt(const unsigned char *in, unsigned char *out, RC2_KEY *ks, int encrypt) argument
H A Drc2cfb64.c69 int *num, int encrypt)
78 if (encrypt)
67 RC2_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, RC2_KEY *schedule, unsigned char *ivec, int *num, int encrypt) argument
/macosx-10.10.1/OpenSSL098-52/src/crypto/rc5/
H A Drc5_ecb.c66 RC5_32_KEY *ks, int encrypt)
72 if (encrypt)
65 RC5_32_ecb_encrypt(const unsigned char *in, unsigned char *out, RC5_32_KEY *ks, int encrypt) argument
H A Drc5cfb64.c69 unsigned char *ivec, int *num, int encrypt)
78 if (encrypt)
67 RC5_32_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, RC5_32_KEY *schedule, unsigned char *ivec, int *num, int encrypt) argument
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bf/
H A Dbf_ecb.c82 const BF_KEY *key, int encrypt)
88 if (encrypt)
81 BF_ecb_encrypt(const unsigned char *in, unsigned char *out, const BF_KEY *key, int encrypt) argument
/macosx-10.10.1/BerkeleyDB-21/db/docs_src/ref/env/
H A DMakefile3 BUILD= create.html db_config.html encrypt.html error.html faq.html \
/macosx-10.10.1/OpenSSL098-52/src/crypto/des/
H A DDES.xs50 des_ecb_encrypt(input,ks,encrypt)
53 int encrypt
55 des_ecb_encrypt(input,&RETVAL,*ks,encrypt);
60 des_cbc_encrypt(input,ks,ivec,encrypt)
64 int encrypt
79 l,*ks,ivec,encrypt);
85 des_cbc3_encrypt(input,ks1,ks2,ivec1,ivec2,encrypt)
91 int encrypt
104 l,*ks1,*ks2,ivec1,ivec2,encrypt);
137 des_cfb_encrypt(input,numbits,ks,ivec,encrypt)
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_client/
H A Dcryptoclient.h74 CSSM_SIZE encrypt(const CssmData *in, uint32 inCount, CssmData *out, uint32 outCount,
76 CSSM_SIZE encrypt(const CssmData &in, CssmData &out, CssmData &remData) function in class:Security::CssmClient::Encrypt
77 { return encrypt(&in, 1, &out, 1, remData); }
81 CSSM_SIZE encrypt(const CssmData *in, uint32 inCount, CssmData *out, uint32 outCount);
82 CSSM_SIZE encrypt(const CssmData &in, CssmData &out) function in class:Security::CssmClient::Encrypt
83 { return encrypt(&in, 1, &out, 1); }
H A Dcspclient.cpp103 uint32 Context::getOutputSize(uint32 inputSize, bool encrypt /*= true*/)
107 getOutputSize(data, 1, encrypt);
111 void Context::getOutputSize(CSSM_QUERY_SIZE_DATA &sizes, uint32 count, bool encrypt /*= true*/)
113 check(CSSM_QuerySize(handle(), encrypt, count, &sizes));
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Dcryptoclient.h74 CSSM_SIZE encrypt(const CssmData *in, uint32 inCount, CssmData *out, uint32 outCount,
76 CSSM_SIZE encrypt(const CssmData &in, CssmData &out, CssmData &remData) function in class:Security::CssmClient::Encrypt
77 { return encrypt(&in, 1, &out, 1, remData); }
81 CSSM_SIZE encrypt(const CssmData *in, uint32 inCount, CssmData *out, uint32 outCount);
82 CSSM_SIZE encrypt(const CssmData &in, CssmData &out) function in class:Security::CssmClient::Encrypt
83 { return encrypt(&in, 1, &out, 1); }
/macosx-10.10.1/CPANInternal-159.1/Crypt-Rijndael-1.10/t/lib/
H A Dmode.pl12 my $cipher = $c->encrypt( $data );
/macosx-10.10.1/xnu-2782.1.97/libkern/libkern/crypto/
H A Ddes.h82 void des_ecb_encrypt(des_cblock *in, des_cblock *out, des_ecb_key_schedule *ks, int encrypt);
86 void des3_ecb_encrypt(des_cblock *block, des_cblock *, des3_ecb_key_schedule *ks, int encrypt);
91 des_cbc_key_schedule *ks, des_cblock *iv, des_cblock *retiv, int encrypt);
96 des3_cbc_key_schedule *ks, des_cblock *iv, des_cblock *retiv, int encrypt);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/perform/
H A Dperform.cpp55 auto_ptr<Security::CssmClient::Encrypt> &encrypt,
72 encrypt.reset(new Security::CssmClient::Encrypt(csp, encrAlg));
73 encrypt->mode(encrMode);
74 encrypt->key(key);
76 encrypt->add(CSSM_ATTRIBUTE_BLOCK_SIZE, blockSizeInBits / 8);
78 //encrypt->activate();
92 cdsaEncrypt(int iterations, Security::CssmClient::Encrypt &encrypt, argument
102 encrypt.initVector(iv);
107 encrypt.initVector(iv);
108 encrypt
54 cdsaSetupContexts(int iterations, auto_ptr<Security::CssmClient::Encrypt> &encrypt, auto_ptr<Security::CssmClient::Decrypt> &decrypt, CSSM_ALGORITHMS keyAlg, CSSM_ALGORITHMS encrAlg, CSSM_ENCRYPT_MODE encrMode, uint32 keySizeInBits, uint32 blockSizeInBits) argument
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/evp/
H A De_des.c78 DES_ecb_encrypt((DES_cblock *)(in + i), (DES_cblock *)(out + i), ctx->cipher_data, ctx->encrypt);
93 (DES_cblock *)ctx->iv, ctx->encrypt);
101 (DES_cblock *)ctx->iv, &ctx->num, ctx->encrypt);
117 ctx->encrypt);
127 ctx->encrypt);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A DsslNullCipher.c69 .encrypt = NullCrypt,
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A DsslNullCipher.c69 .encrypt = NullCrypt,
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A DsslNullCipher.c69 .encrypt = NullCrypt,
/macosx-10.10.1/OpenSSL098-52/src/crypto/idea/
H A Di_cfb64.c69 unsigned char *ivec, int *num, int encrypt)
78 if (encrypt)
67 idea_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, IDEA_KEY_SCHEDULE *schedule, unsigned char *ivec, int *num, int encrypt) argument
/macosx-10.10.1/Security-57031.1.35/SecurityTests/testclient/
H A Dcsptests.cpp41 printf("\n* performing encrypt/decrypt test...\n");
62 Encrypt encrypt(csp, CSSM_ALGID_DES);
63 encrypt.mode(CSSM_ALGMODE_CBCPadIV8);
64 encrypt.padding(CSSM_PADDING_PKCS1);
65 encrypt.initVector(iv);
66 encrypt.key(key);
69 encrypt.encrypt(&in, 1, &cipher, 1);
70 encrypt.final(remcipher);
94 printf("end encrypt/decryp
[all...]
/macosx-10.10.1/ruby-106/ruby/sample/openssl/
H A Dsmime_write.rb22 p7enc = PKCS7::encrypt([rcpt], smime0)
/macosx-10.10.1/BerkeleyDB-21/db/dbinc/
H A Dcrypto.h42 int (*encrypt) __P((ENV *, void *, void *, u_int8_t *, size_t)); member in struct:__db_cipher

Completed in 165 milliseconds

123456789