Searched defs:cipher (Results 26 - 50 of 142) sorted by relevance

123456

/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A DsymCipher.h112 const Cipher cipher; /* stream or block cipher type */ member in union:SSLSymmetricCipher::__anon5005
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A DsslCipherSpecs.c226 SSL_CipherAlgorithm cipher = sslCipherSuiteGetSymmetricCipherAlgorithm(*src); local
[all...]
H A DsymCipher.h112 const Cipher cipher; /* stream or block cipher type */ member in union:SSLSymmetricCipher::__anon5059
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/utilLib/
H A DrijndaelApi.c15 static void dumpChainBuf(cipherInstance *cipher, char *op) argument
71 int _cipherInit( cipherInstance *cipher, argument
101 int _blockEncrypt(cipherInstance *cipher, argument
171 _blockDecrypt(cipherInstance *cipher, keyInstance *key, BYTE *input, int inputLen, BYTE *outBuffer) argument
266 _rijndaelBlockEncrypt( cipherInstance *cipher, keyInstance *key, BYTE *input, BYTE *outBuffer) argument
308 _rijndaelBlockDecrypt( cipherInstance *cipher, keyInstance *key, BYTE *input, BYTE *outBuffer) argument
[all...]
H A DssleayUtils.cpp149 const EVP_CIPHER *cipher; local
[all...]
/macosx-10.10.1/CommonCrypto-60061/lib/
H A DCommonCryptorPriv.h79 CCAlgorithm cipher; member in struct:_CCCryptor
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dtest_enctypes.c287 krb_enc(krb5_context context, krb5_crypto crypto, unsigned usage, krb5_data *cipher, krb5_data *clear) argument
426 krb_enc_iov(krb5_context context, krb5_crypto crypto, unsigned usage, krb5_data *cipher, krb5_data *clear) argument
521 krb_enc_mit(krb5_context context, krb5_enctype enctype, krb5_keyblock *key, unsigned usage, krb5_data *cipher, krb5_data *clear) argument
596 krb5_data cipher, plain; local
[all...]
/macosx-10.10.1/OpenSSH-189/
H A Dtest_encrypt.c287 const EVP_CIPHER *cipher = (len > 0) ? EVP_des_ede3_cbc() : NULL; local
289 const EVP_CIPHER *cipher = (len > 0) ? EVP_aes_128_cbc() : NULL; local
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Denc.c117 const EVP_CIPHER *cipher=NULL,*c; local
[all...]
H A Dsmime.c94 const EVP_CIPHER *cipher = NULL; local
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/engine/
H A Deng_openssl.c277 static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher, argument
/macosx-10.10.1/OpenSSL098-52/src/crypto/evp/
H A Dbio_enc.c83 EVP_CIPHER_CTX cipher; member in struct:enc_struct
[all...]
H A Devp_enc.c87 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, argument
117 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, argument
123 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl, argument
129 int EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, argument
135 EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv) argument
[all...]
H A Devp_test.c244 static int test_cipher(const char *cipher,const unsigned char *key,int kn, argument
368 char *cipher; local
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/krb5/
H A Dkrb5_asn.h86 ASN1_OCTET_STRING *cipher; member in struct:krb5_encdata_st
/macosx-10.10.1/OpenSSL098-52/src/crypto/pkcs7/
H A Dpk7_lib.c558 int PKCS7_set_cipher(PKCS7 *p7, const EVP_CIPHER *cipher) argument
/macosx-10.10.1/OpenSSL098-52/src/fips/
H A Dfips.c485 int fips_cipher_test(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, argument
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dkrb5_asn.h86 ASN1_OCTET_STRING *cipher; member in struct:krb5_encdata_st
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Dssl_asn1.c70 ASN1_OCTET_STRING cipher; member in struct:ssl_session_asn1_st
[all...]
H A Dssl_task.c140 static char *cipher=NULL; variable
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Devp_test.c244 static int test_cipher(const char *cipher,const unsigned char *key,int kn, argument
368 char *cipher; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/regressions/
H A Dssl-44-crashes.c276 SSLCipherSuite cipher = TLS_RSA_WITH_AES_128_CBC_SHA256; local
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dlocaldatabase.cpp114 encrypt(const Context &context, Key &key, const CssmData &clear, CssmData &cipher) argument
129 decrypt(const Context &context, Key &key, const CssmData &cipher, CssmData &clear) argument
/macosx-10.10.1/postfix-255/postfix/src/tls/
H A Dtls_client.c759 SSL_CIPHER_const SSL_CIPHER *cipher; local
[all...]
H A Dtls_server.c800 SSL_CIPHER_const SSL_CIPHER *cipher; local
[all...]

Completed in 142 milliseconds

123456