| /freebsd-10-stable/crypto/openssl/crypto/des/ |
| D | des_old.c | 99 _ossl_old_des_cblock *ivec) in _ossl_old_des_cbc_cksum() 108 _ossl_old_des_cblock *ivec, int enc) in _ossl_old_des_cbc_encrypt() 117 _ossl_old_des_cblock *ivec, int enc) in _ossl_old_des_ncbc_encrypt() 126 _ossl_old_des_cblock *ivec, in _ossl_old_des_xcbc_encrypt() 138 _ossl_old_des_cblock *ivec, int enc) in _ossl_old_des_cfb_encrypt() 180 _ossl_old_des_cblock *ivec, int enc) in _ossl_old_des_ede3_cbc_encrypt() 192 _ossl_old_des_cblock *ivec, int *num, in _ossl_old_des_ede3_cfb64_encrypt() 204 _ossl_old_des_cblock *ivec, int *num) in _ossl_old_des_ede3_ofb64_encrypt() 251 _ossl_old_des_cblock *ivec) in _ossl_old_des_ofb_encrypt() 260 _ossl_old_des_cblock *ivec, int enc) in _ossl_old_des_pcbc_encrypt() [all …]
|
| D | DES.xs | 60 des_cbc_encrypt(input,ks,ivec,encrypt) in des_cbc_encrypt() argument 111 des_cbc_cksum(input,ks,ivec) in des_cbc_cksum() argument 137 des_cfb_encrypt(input,numbits,ks,ivec,encrypt) in des_cfb_encrypt() argument 179 des_ofb_encrypt(input,numbits,ks,ivec) in des_ofb_encrypt() argument 203 des_pcbc_encrypt(input,ks,ivec,encrypt) in des_pcbc_encrypt() argument
|
| D | cfb64ede.c | 71 DES_cblock *ivec, int *num, int enc) in DES_ede3_cfb64_encrypt() 133 DES_key_schedule ks2, DES_cblock (*ivec), in DES_ede2_cfb64_encrypt() 148 DES_cblock *ivec, int enc) in DES_ede3_cfb_encrypt()
|
| D | ofb64ede.c | 69 DES_key_schedule *k3, DES_cblock *ivec, int *num) in DES_ede3_ofb64_encrypt() 119 DES_cblock (*ivec), int *num) in DES_ede2_ofb64_encrypt()
|
| D | cbc_cksm.c | 63 const_DES_cblock *ivec) in DES_cbc_cksum()
|
| D | ncbc_enc.c | 68 DES_key_schedule *_schedule, DES_cblock *ivec, int enc) in DES_cbc_encrypt()
|
| D | cfb64enc.c | 69 DES_cblock *ivec, int *num, int enc) in DES_cfb64_encrypt()
|
| /freebsd-10-stable/crypto/openssl/crypto/aes/ |
| D | aes_cfb.c | 63 unsigned char *ivec, int *num, const int enc) in AES_cfb128_encrypt() 73 unsigned char *ivec, int *num, const int enc) in AES_cfb1_encrypt() 81 unsigned char *ivec, int *num, const int enc) in AES_cfb8_encrypt()
|
| D | aes_cbc.c | 57 unsigned char *ivec, const int enc) in AES_cbc_encrypt()
|
| D | aes_ofb.c | 57 unsigned char *ivec, int *num) in AES_ofb128_encrypt()
|
| D | aes_ige.c | 81 unsigned char *ivec, const int enc) in AES_ige_encrypt() 210 const AES_KEY *key2, const unsigned char *ivec, in AES_bi_ige_encrypt()
|
| /freebsd-10-stable/crypto/openssl/crypto/camellia/ |
| D | cmll_cfb.c | 119 unsigned char *ivec, int *num, const int enc) in Camellia_cfb128_encrypt() 129 unsigned char *ivec, int *num, const int enc) in Camellia_cfb1_encrypt() 137 unsigned char *ivec, int *num, const int enc) in Camellia_cfb8_encrypt()
|
| D | cmll_ofb.c | 118 unsigned char *ivec, int *num) in Camellia_ofb128_encrypt()
|
| D | cmll_cbc.c | 57 unsigned char *ivec, const int enc) in Camellia_cbc_encrypt()
|
| /freebsd-10-stable/crypto/heimdal/appl/rsh/ |
| D | common.c | 74 do_read (int fd, void *buf, size_t sz, void *ivec) in do_read() 131 do_write (int fd, void *buf, size_t sz, void *ivec) in do_write()
|
| /freebsd-10-stable/sys/kgssapi/krb5/ |
| D | kcrypto_des3.c | 172 size_t skip, size_t len, void *ivec, int encdec) in des3_encrypt_1() 213 size_t skip, size_t len, void *ivec, size_t ivlen) in des3_encrypt() 221 size_t skip, size_t len, void *ivec, size_t ivlen) in des3_decrypt()
|
| D | kcrypto_des.c | 162 size_t skip, size_t len, void *ivec, int encdec) in des1_encrypt_1() 203 size_t skip, size_t len, void *ivec, size_t ivlen) in des1_encrypt() 212 size_t skip, size_t len, void *ivec, size_t ivlen) in des1_decrypt()
|
| D | kcrypto_aes.c | 139 size_t skip, size_t len, void *ivec, int encdec) in aes_encrypt_1() 180 size_t skip, size_t len, void *ivec, size_t ivlen) in aes_encrypt() 251 size_t skip, size_t len, void *ivec, size_t ivlen) in aes_decrypt()
|
| /freebsd-10-stable/lib/librpcsvc/ |
| D | xcrypt.c | 62 char ivec[8]; in xencrypt() local 95 char ivec[8]; in xdecrypt() local
|
| /freebsd-10-stable/crypto/heimdal/lib/krb5/ |
| D | crypto-des-common.c | 67 DES_cblock ivec; in _krb5_des_checksum() local 102 DES_cblock ivec; in _krb5_des_verify() local
|
| D | crypto-evp.c | 66 void *ivec) in _krb5_evp_encrypt() 97 void *ivec) in _krb5_evp_encrypt_cts()
|
| D | crypto-arcfour.c | 130 void *ivec) in ARCFOUR_subencrypt() 197 void *ivec) in ARCFOUR_subdecrypt() 298 void *ivec) in ARCFOUR_encrypt()
|
| D | crypto-des.c | 226 DES_cblock ivec; in evp_des_encrypt_null_ivec() local 245 DES_cblock ivec; in evp_des_encrypt_key_ivec() local 262 DES_cblock ivec; in DES_CFB64_encrypt_null_ivec() local 280 DES_cblock ivec; in DES_PCBC_encrypt_key_ivec() local
|
| /freebsd-10-stable/sys/dev/qlxgb/ |
| D | qla_isr.c | 351 qla_ivec_t *ivec = arg; in qla_isr() local 385 qla_ivec_t *ivec = context; in qla_rcv() local
|
| /freebsd-10-stable/crypto/openssl/crypto/bf/ |
| D | bf_cbc.c | 63 const BF_KEY *schedule, unsigned char *ivec, int encrypt) in BF_cbc_encrypt()
|