Searched refs:cipher (Results 101 - 105 of 105) sorted by relevance

12345

/opensolaris-onvv-gate/usr/src/common/openssl/ssl/
H A Dd1_srvr.c485 s->session->cipher=s->s3->tmp.new_cipher;
715 /* put the cipher */
H A Dssl_locl.h113 * ECC cipher suite support in OpenSSL originally developed by
245 * Use the according functions for cipher management instead.
304 * Export and cipher strength information. For each cipher we have to decide
308 * Independent of the export flag the cipher strength is sorted into classes.
310 * is at 56bit (SSL_EXP56). If the exportable cipher class is going to change
335 * Macros to check the export status and cipher strength for export ciphers.
339 * *_EXPORT40/56 macros are used to check whether a certain cipher strength
739 void ssl_set_cert_masks(CERT *c, SSL_CIPHER *cipher);
/opensolaris-onvv-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c92 static int cipher(dev_t, caddr_t, int, int (*)(crypto_context_t,
2726 return (cipher(dev, arg, mode, crypto_encrypt_single));
2733 return (cipher(dev, arg, mode, crypto_decrypt_single));
2741 cipher(dev_t dev, caddr_t arg, int mode, function
2761 cmn_err(CE_WARN, "cipher: failed holding minor");
2787 cmn_err(CE_NOTE, "cipher: buffer greater than %ld bytes, "
/opensolaris-onvv-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h784 /* cipher-state == 0 fresh state thrown away at end */
1022 krb5_enc_data *cipher);
/opensolaris-onvv-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c1535 const EVP_CIPHER *cipher = NULL; local
1569 cipher = EVP_des_ede3_cbc();
1596 p7 = PKCS7_encrypt(encerts, in, cipher, flags);

Completed in 203 milliseconds

12345