Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lofiadm/
H A Dmain.c438 mech_alias_t *cipher, const char *rkey, size_t rksz, boolean_t rdonly, in add_mapping()
662 kernel_cipher_check(mech_alias_t *cipher) in kernel_cipher_check()
918 getkeyfromuser(mech_alias_t *cipher, char **raw_key, size_t *raw_key_sz, in getkeyfromuser()
987 getkeyfromfile(const char *pathname, mech_alias_t *cipher, char **key, in getkeyfromfile()
1073 token_spec_t *token, const char *keyfile, mech_alias_t *cipher, in getkeyfromtoken()
1243 mech_alias_t *cipher; in match_token_cipher() local
1326 init_crypto(token_spec_t *token, mech_alias_t *cipher, in init_crypto()
1942 mech_alias_t *cipher = NULL; in main() local
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Denc_helper.c30 …text, const krb5_keyblock *key, krb5_keyusage usage, const krb5_data *plain, krb5_enc_data *cipher) in krb5_encrypt_helper()
/illumos-gate/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
/illumos-gate/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
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto.c127 ieee80211_crypto_newkey(ieee80211com_t *ic, int cipher, int flags, in ieee80211_crypto_newkey()
358 uint32_t cipher; in ieee80211_crypto_getciphertype() local
/illumos-gate/usr/src/cmd/smbsrv/test-crypt/
H A Dtest_decrypt.c87 test_decrypt(const uint8_t *cipher, int mid) in test_decrypt()
/illumos-gate/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()
82 aes_unwrap(uint8_t *kek, int n, uint8_t *cipher, uint8_t *plain) in aes_unwrap()
H A Ddriver_wifi.c196 dladm_wlan_cipher_t cipher; in wpa_driver_wifi_set_key() local
/illumos-gate/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 routine to use */ in __verify_sig() local
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dchgpwd.c60 krb5_data cipher, clear; in process_chpw_request() local
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap_ms.c144 DesEncrypt(clear, key, cipher) in DesEncrypt() argument
174 DesEncrypt(clear, key, cipher) in DesEncrypt() argument
/illumos-gate/usr/src/uts/common/des/
H A Ddes_soft.c319 #define cipher(iter, inR, inL, outR, outL) { \ in des_encrypt() macro
/illumos-gate/usr/src/lib/libcrypt/common/
H A Ddes_soft.c361 #define cipher(iter, inR, inL, outR, outL) { \ in des_encrypt() macro
/illumos-gate/usr/src/lib/libnsl/des/
H A Ddes_soft.c396 #define cipher(iter, inR, inL, outR, outL) { \ in __des_encrypt() macro
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c195 struct digest_cipher *cipher; member
2568 struct digest_cipher *cipher; local
2864 char *cipher = NULL; local
3795 struct digest_cipher *cipher; member
4338 struct digest_cipher *cipher = available_ciphers1; local
4340 struct digest_cipher *cipher = available_ciphers; local
4510 struct digest_cipher *cipher; local
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd.h223 uint8_t cipher; member
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_preauth.c2117 krb5_enc_data cipher; in get_sam_edata() local
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlwlan.c1517 dladm_wlan_cipher_t cipher, const dladm_wlan_bssid_t *addr, in dladm_wlan_wpa_set_key()
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c1662 const EVP_CIPHER *cipher = NULL; in cms_envelopeddata_create() local
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c2777 cipher(dev_t dev, caddr_t arg, int mode, in cipher() function