Searched defs:cipher (Results 1 - 25 of 59) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Denc_helper.c30 krb5_encrypt_helper(krb5_context context, const krb5_keyblock *key, krb5_keyusage usage, const krb5_data *plain, krb5_enc_data *cipher) argument
/opensolaris-onvv-gate/usr/src/common/net/wanboot/crypt/
H A Daes_test.c48 char cipher[AES_BLOCK_SIZE * 2]; member in struct:test_data
71 unsigned char cipher[AES_BLOCK_SIZE]; local
H A Ddes3_test.c52 char cipher[DES3_BLOCK_SIZE * 2]; member in struct:test_data
114 unsigned char cipher[DES3_BLOCK_SIZE]; local
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/pkcs12/
H A Dp12_p8e.c63 X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, argument
H A Dp12_crpt.c87 PKCS12_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen, ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de) argument
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/pkcs7/
H A Denc.c77 const EVP_CIPHER *cipher=NULL; local
/opensolaris-onvv-gate/usr/src/lib/krb5/kdb/
H A Ddecrypt_key.c81 krb5_enc_data cipher; local
H A Dencrypt_key.c84 krb5_enc_data cipher; local
/opensolaris-onvv-gate/usr/src/cmd/ssh/include/
H A Dcipher.h75 Cipher *cipher; member in struct:CipherContext
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/evp/
H A Dp5_crpt.c103 PKCS5_PBE_keyivgen(EVP_CIPHER_CTX *cctx, const char *pass, int passlen, ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de) argument
H A Devp_pbe.c72 const EVP_CIPHER *cipher; member in struct:__anon2241
116 int EVP_PBE_alg_add(int nid, const EVP_CIPHER *cipher, const EVP_MD *md, argument
H A Dp5_crpt2.c156 const EVP_CIPHER *cipher; local
H A Dbio_enc.c83 EVP_CIPHER_CTX cipher; member in struct:enc_struct
[all...]
H A Devp_enc.c78 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, argument
86 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, argument
246 EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv) argument
252 EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv) argument
258 EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv) argument
264 EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv) argument
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/pem/
H A Dpem_info.c247 EVP_CIPHER_INFO cipher; local
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Ddriver_wifi.c196 dladm_wlan_cipher_t cipher; local
H A Dwpa_enc.c31 aes_wrap(uint8_t *kek, int n, uint8_t *plain, uint8_t *cipher) argument
82 aes_unwrap(uint8_t *kek, int n, uint8_t *cipher, uint8_t *plain) argument
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Dpkcs8.c78 const EVP_CIPHER *cipher = NULL; local
H A Denc.c120 const EVP_CIPHER *cipher=NULL,*c; local
[all...]
H A Dsmime.c94 const EVP_CIPHER *cipher = NULL; local
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/ssl/
H A Dssl_asn1.c70 ASN1_OCTET_STRING cipher; member in struct:ssl_session_asn1_st
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/des/
H A Ddes_soft.c328 #define cipher(iter, inR, inL, outR, outL) { \ macro
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto.c129 ieee80211_crypto_newkey(ieee80211com_t *ic, int cipher, int flags, argument
360 uint32_t cipher; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ssh/libssh/common/
H A Dauthfile.c76 Cipher *cipher; local
174 const EVP_CIPHER *cipher = (len > 0) ? EVP_des_ede3_cbc() : NULL; local
321 Cipher *cipher; local
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/engine/
H A Deng_openssl.c277 static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher, argument

Completed in 157 milliseconds

123