Home
last modified time | relevance | path

Searched defs:cipher (Results 1 – 22 of 22) sorted by relevance

/titanic_51/usr/src/common/net/wanboot/crypt/
H A Daes_test.c48 char cipher[AES_BLOCK_SIZE * 2]; member
71 unsigned char cipher[AES_BLOCK_SIZE]; in aestest() local
H A Ddes3_test.c52 char cipher[DES3_BLOCK_SIZE * 2]; member
114 unsigned char cipher[DES3_BLOCK_SIZE]; in des3test() local
/titanic_51/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) in krb5_encrypt_helper() argument
/titanic_51/usr/src/lib/krb5/kdb/
H A Ddecrypt_key.c81 krb5_enc_data cipher; in krb5_dbekd_decrypt_key_data() local
H A Dencrypt_key.c84 krb5_enc_data cipher; in krb5_dbekd_encrypt_key_data() local
/titanic_51/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dk5sealv3.c145 krb5_enc_data cipher; in gss_krb5int_make_seal_token_v3() local
442 krb5_enc_data cipher; in gss_krb5int_unseal_token_v3() local
[all...]
/titanic_51/usr/src/cmd/lofiadm/
H A Dmain.c421 mech_alias_t *cipher, const char *rkey, size_t rksz, boolean_t rdonly, in add_mapping() argument
645 kernel_cipher_check(mech_alias_t * cipher) kernel_cipher_check() argument
901 getkeyfromuser(mech_alias_t * cipher,char ** raw_key,size_t * raw_key_sz) getkeyfromuser() argument
968 getkeyfromfile(const char * pathname,mech_alias_t * cipher,char ** key,size_t * ksz) getkeyfromfile() argument
1054 getkeyfromtoken(CK_SESSION_HANDLE sess,token_spec_t * token,const char * keyfile,mech_alias_t * cipher,char ** raw_key,size_t * raw_key_sz) getkeyfromtoken() argument
1224 mech_alias_t *cipher; match_token_cipher() local
1307 init_crypto(token_spec_t * token,mech_alias_t * cipher,CK_SESSION_HANDLE_PTR sess) init_crypto() argument
1888 mech_alias_t *cipher = NULL; main() local
[all...]
/titanic_51/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto.c129 ieee80211_crypto_newkey(ieee80211com_t *ic, int cipher, int flags, in ieee80211_crypto_newkey() argument
360 uint32_t cipher; ieee80211_crypto_getciphertype() local
[all...]
/titanic_51/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa_enc.c31 aes_wrap(uint8_t *kek, int n, uint8_t *plain, uint8_t *cipher) in aes_wrap() argument
82 aes_unwrap(uint8_t *kek, int n, uint8_t *cipher, uint8_t *plain) in aes_unwrap() argument
[all...]
H A Ddriver_wifi.c196 dladm_wlan_cipher_t cipher; in wpa_driver_wifi_set_key() local
/titanic_51/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcrypto.c53 cipher_proc cipher; /* Routine to en/decrypt with */ member
400 cipher_proc cipher; /* cipher routin in __verify_sig() local
[all...]
/titanic_51/usr/src/lib/krb5/kadm5/srv/
H A Dchgpwd.c60 krb5_data cipher, clear; in process_chpw_request() local
[all...]
/titanic_51/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap_ms.c151 DesEncrypt(clear, key, cipher) in DesEncrypt() argument
181 DesEncrypt(clear, key, cipher) in DesEncrypt() argument
/titanic_51/usr/src/uts/common/des/
H A Ddes_soft.c319 #define cipher(iter, inR, inL, outR, outL) { \ in des_encrypt() macro
[all...]
/titanic_51/usr/src/lib/libcrypt/common/
H A Ddes_soft.c361 #define cipher(iter, inR, inL, outR, outL) { \ in des_encrypt() macro
[all...]
/titanic_51/usr/src/lib/libnsl/des/
H A Ddes_soft.c396 #define cipher(iter, inR, inL, outR, outL) { \ in __des_encrypt() macro
[all...]
/titanic_51/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c194 struct digest_cipher *cipher; member
2567 struct digest_cipher *cipher; local
2863 char *cipher = NULL; global() local
3794 struct digest_cipher *cipher; global() member
4337 struct digest_cipher *cipher = available_ciphers1; global() local
4339 struct digest_cipher *cipher = available_ciphers; global() local
4509 struct digest_cipher *cipher; global() local
[all...]
/titanic_51/usr/src/uts/common/io/zyd/
H A Dzyd.h223 uint8_t cipher; member
/titanic_51/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_preauth.c2117 krb5_enc_data cipher; in get_sam_edata() local
/titanic_51/usr/src/lib/libdladm/common/
H A Dlibdlwlan.c1516 dladm_wlan_cipher_t cipher, const dladm_wlan_bssid_t *addr, in dladm_wlan_wpa_set_key() argument
/titanic_51/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c1536 const EVP_CIPHER *cipher = NULL; in cms_envelopeddata_create() local
/titanic_51/usr/src/uts/common/crypto/io/
H A Dcrypto.c2741 cipher(dev_t dev, caddr_t arg, int mode, in cipher() function