/onnv-gate/usr/src/common/net/wanboot/crypt/ |
H A D | aes_test.c | 48 char cipher[AES_BLOCK_SIZE * 2]; member 71 unsigned char cipher[AES_BLOCK_SIZE]; in aestest() local
|
H A D | des3_test.c | 52 char cipher[DES3_BLOCK_SIZE * 2]; member 114 unsigned char cipher[DES3_BLOCK_SIZE]; in des3test() local
|
/onnv-gate/usr/src/common/openssl/crypto/evp/ |
H A D | evp_enc.c | 78 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit() 86 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, in EVP_CipherInit_ex() 246 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit() 252 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl, in EVP_EncryptInit_ex() 258 int EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit() 264 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, in EVP_DecryptInit_ex()
|
H A D | evp_pbe.c | 72 const EVP_CIPHER *cipher; member 116 int EVP_PBE_alg_add(int nid, const EVP_CIPHER *cipher, const EVP_MD *md, in EVP_PBE_alg_add()
|
H A D | p5_crpt.c | 104 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, in PKCS5_PBE_keyivgen()
|
H A D | evp_test.c | 244 static int test_cipher(const char *cipher,const unsigned char *key,int kn, in test_cipher() 368 char *cipher; in main() local
|
H A D | p5_crpt2.c | 156 const EVP_CIPHER *cipher; in PKCS5_v2_PBE_keyivgen() local
|
/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | enc_helper.c | 30 …text, const krb5_keyblock *key, krb5_keyusage usage, const krb5_data *plain, krb5_enc_data *cipher) in krb5_encrypt_helper()
|
/onnv-gate/usr/src/common/openssl/crypto/pkcs12/ |
H A D | p12_p8e.c | 63 X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, in PKCS8_encrypt()
|
H A D | p12_crpt.c | 88 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de) in PKCS12_PBE_keyivgen()
|
/onnv-gate/usr/src/lib/krb5/kdb/ |
H A D | decrypt_key.c | 81 krb5_enc_data cipher; in krb5_dbekd_decrypt_key_data() local
|
H A D | encrypt_key.c | 84 krb5_enc_data cipher; in krb5_dbekd_encrypt_key_data() local
|
/onnv-gate/usr/src/common/openssl/crypto/pkcs7/ |
H A D | enc.c | 77 const EVP_CIPHER *cipher=NULL; local
|
/onnv-gate/usr/src/cmd/ssh/libssh/common/ |
H A D | authfile.c | 76 Cipher *cipher; in key_save_private_rsa1() local 174 const EVP_CIPHER *cipher = (len > 0) ? EVP_des_ede3_cbc() : NULL; in key_save_private_pem() local 321 Cipher *cipher; in key_load_private_rsa1() local
|
/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/ |
H A D | k5sealv3.c | 145 krb5_enc_data cipher; in gss_krb5int_make_seal_token_v3() local 442 krb5_enc_data cipher; in gss_krb5int_unseal_token_v3() local
|
/onnv-gate/usr/src/cmd/lofiadm/ |
H A D | main.c | 366 mech_alias_t *cipher, const char *rkey, size_t rksz) in add_mapping() 558 kernel_cipher_check(mech_alias_t *cipher) in kernel_cipher_check() 814 getkeyfromuser(mech_alias_t *cipher, char **raw_key, size_t *raw_key_sz) in getkeyfromuser() 881 getkeyfromfile(const char *pathname, mech_alias_t *cipher, char **key, in getkeyfromfile() 967 token_spec_t *token, const char *keyfile, mech_alias_t *cipher, in getkeyfromtoken() 1137 mech_alias_t *cipher; in match_token_cipher() local 1220 init_crypto(token_spec_t *token, mech_alias_t *cipher, in init_crypto() 1798 mech_alias_t *cipher = NULL; in main() local
|
/onnv-gate/usr/src/cmd/ssh/include/ |
H A D | cipher.h | 75 Cipher *cipher; member
|
/onnv-gate/usr/src/uts/common/io/net80211/ |
H A D | net80211_crypto.c | 129 ieee80211_crypto_newkey(ieee80211com_t *ic, int cipher, int flags, in ieee80211_crypto_newkey() 360 uint32_t cipher; in ieee80211_crypto_getciphertype() local
|
/onnv-gate/usr/src/common/openssl/apps/ |
H A D | pkcs8.c | 78 const EVP_CIPHER *cipher = NULL; in MAIN() local
|
/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/ |
H A D | wpa_enc.c | 31 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()
|
/onnv-gate/usr/src/common/openssl/crypto/pem/ |
H A D | pem_info.c | 247 EVP_CIPHER_INFO cipher; in STACK_OF() local
|
H A D | pem_lib.c | 225 EVP_CIPHER_INFO cipher; in PEM_bytes_read_bio() local 385 int PEM_do_header(EVP_CIPHER_INFO *cipher, unsigned char *data, long *plen, in PEM_do_header() 432 int PEM_get_EVP_CIPHER_INFO(char *header, EVP_CIPHER_INFO *cipher) in PEM_get_EVP_CIPHER_INFO()
|
/onnv-gate/usr/src/common/openssl/crypto/engine/ |
H A D | eng_cryptodev.c | 210 cryptodev_max_iv(int cipher) in cryptodev_max_iv() 227 cryptodev_key_length_valid(int cipher, int len) in cryptodev_key_length_valid() 430 int cipher; in cryptodev_init_key() local 572 cryptodev_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher, in cryptodev_engine_ciphers()
|
/onnv-gate/usr/src/lib/krb5/kadm5/srv/ |
H A D | chgpwd.c | 60 krb5_data cipher, clear; in process_chpw_request() local
|
/onnv-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/ |
H A D | crypto.c | 55 cipher_proc cipher; /* Routine to en/decrypt with */ member 410 cipher_proc cipher; /* cipher routine to use */ in __verify_sig() local
|