Home
last modified time | relevance | path

Searched defs:iv (Results 1 – 25 of 191) sorted by relevance

12345678

/dflybsd-src/sys/opencrypto/
H A Dxform.c453 null_encrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv) in null_encrypt()
458 null_decrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv) in null_decrypt()
469 des1_encrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv) in des1_encrypt()
478 des1_decrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv) in des1_decrypt()
493 des3_encrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv) in des3_encrypt()
502 des3_decrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv) in des3_decrypt()
525 blf_encrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv) in blf_encrypt()
540 blf_decrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv) in blf_decrypt()
562 cast5_encrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv) in cast5_encrypt()
568 cast5_decrypt(caddr_t key, u_int8_t *blk, u_int8_t *iv) in cast5_decrypt()
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dloop-iv.c92 struct rtx_iv iv; /* Value of the biv. */ member
120 dump_iv_info (FILE *file, struct rtx_iv *iv) in dump_iv_info()
218 struct rtx_iv *iv; in clear_iv_info() local
385 iv_constant (struct rtx_iv *iv, rtx cst, enum machine_mode mode) in iv_constant()
405 iv_subreg (struct rtx_iv *iv, enum machine_mode mode) in iv_subreg()
445 iv_extend (struct rtx_iv *iv, enum rtx_code extend, enum machine_mode mode) in iv_extend()
477 iv_neg (struct rtx_iv *iv) in iv_neg()
569 iv_mult (struct rtx_iv *iv, rtx mby) in iv_mult()
594 iv_shift (struct rtx_iv *iv, rtx mby) in iv_shift()
808 record_iv (df_ref def, struct rtx_iv *iv) in record_iv()
[all …]
H A Dtree-ssa-loop-ivopts.c126 struct iv struct
128 tree base; /* Initial value of the iv. */ argument
130 tree step; /* Step of the iv (constant only). */ argument
132 bool biv_p; /* Is it a biv? */ argument
141 struct iv *iv; /* Induction variable description. */ argument
188 struct iv *iv; /* The induction variable it is based on. */ member
223 struct iv *iv; /* The value of the candidate. NULL for member
444 dump_iv (FILE *file, struct iv *iv) in dump_iv()
553 struct iv *iv = cand->iv; in dump_cand() local
930 struct iv *iv = XCNEW (struct iv); in alloc_iv() local
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dloop-iv.c90 struct rtx_iv iv; /* Value of the biv. */ member
159 dump_iv_info (FILE *file, struct rtx_iv *iv) in dump_iv_info()
246 struct rtx_iv *iv; in clear_iv_info() local
387 iv_constant (struct rtx_iv *iv, scalar_int_mode mode, rtx cst) in iv_constant()
404 iv_subreg (struct rtx_iv *iv, scalar_int_mode mode) in iv_subreg()
446 iv_extend (struct rtx_iv *iv, enum iv_extend_code extend, scalar_int_mode mode) in iv_extend()
484 iv_neg (struct rtx_iv *iv) in iv_neg()
577 iv_mult (struct rtx_iv *iv, rtx mby) in iv_mult()
602 iv_shift (struct rtx_iv *iv, rtx mby) in iv_shift()
812 record_iv (df_ref def, struct rtx_iv *iv) in record_iv()
[all …]
H A Dtree-ssa-loop-ivopts.c141 struct iv struct
143 tree base; /* Initial value of the iv. */ argument
145 tree step; /* Step of the iv (constant only). */ argument
147 struct iv_use *nonlin_use; /* The identifier in the use if it is the case. */ argument
148 bool biv_p; /* Is it a biv? */ argument
149 bool no_overflow; /* True if the iv doesn't overflow. */ argument
150 bool have_address_use;/* For biv, indicate if it's used in any address argument
158 struct iv *iv; /* Induction variable description. */ member
372 struct iv *iv; /* The induction variable it is based on. */ member
421 struct iv *iv; /* The value of the candidate. NULL for member
[all …]
/dflybsd-src/sys/crypto/rijndael/
H A Drijndael-api-fst.c86 u_int8_t block[16], iv[4][4]; in rijndael_blockEncrypt() local
201 u_int8_t block[16], *iv, *cp; in rijndael_padEncrypt() local
264 u_int8_t block[16], iv[4][4]; in rijndael_blockDecrypt() local
364 u_int32_t iv[4]; in rijndael_padDecrypt() local
/dflybsd-src/crypto/libressl/crypto/evp/
H A Devp_enc.c79 const unsigned char *key, const unsigned char *iv, int enc) in EVP_CipherInit()
88 const unsigned char *key, const unsigned char *iv, int enc) in EVP_CipherInit_ex()
269 const unsigned char *key, const unsigned char *iv) in EVP_EncryptInit()
276 const unsigned char *key, const unsigned char *iv) in EVP_EncryptInit_ex()
283 const unsigned char *key, const unsigned char *iv) in EVP_DecryptInit()
290 const unsigned char *key, const unsigned char *iv) in EVP_DecryptInit_ex()
H A De_aes.c80 unsigned char *iv; /* Temporary IV store */ member
203 const unsigned char *iv, int enc) in aesni_init_key()
262 const unsigned char *iv, int enc) in aesni_gcm_init_key()
297 const unsigned char *iv, int enc) in aesni_xts_init_key()
335 const unsigned char *iv, int enc) in aesni_ccm_init_key()
360 const unsigned char *iv, int enc) in aes_init_key()
1460 const unsigned char *iv, int enc) in aes_gcm_init_key()
1788 const unsigned char *iv, int enc) in aes_xts_init_key()
2020 const unsigned char *iv, int enc) in aes_ccm_init_key()
2427 unsigned char *iv; member
[all …]
H A De_chacha20poly1305.c133 const unsigned char *iv; in aead_chacha20_poly1305_seal() local
183 const unsigned char *iv = nonce; in aead_chacha20_poly1305_open() local
389 const unsigned char *iv, int encrypt) in chacha20_poly1305_init()
446 const unsigned char *iv; in chacha20_poly1305_cipher() local
/dflybsd-src/crypto/libressl/include/openssl/
H A Ddes.h101 #define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \ argument
104 #define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \ argument
107 #define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \ argument
/dflybsd-src/contrib/wpa_supplicant/src/crypto/
H A Daes-cbc.c24 int aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_encrypt()
60 int aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_decrypt()
H A Daes-gcm.c192 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) in aes_gcm_prepare_j0()
254 int aes_gcm_ae(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ae()
288 int aes_gcm_ad(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ad()
322 int aes_gmac(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gmac()
/dflybsd-src/crypto/libressl/crypto/aes/
H A Daes_wrap.c64 AES_wrap_key(AES_KEY *key, const unsigned char *iv, unsigned char *out, in AES_wrap_key()
99 AES_unwrap_key(AES_KEY *key, const unsigned char *iv, unsigned char *out, in AES_unwrap_key()
H A Daes_ige.c116 aes_block_t iv; in AES_ige_encrypt() local
168 aes_block_t iv; in AES_ige_encrypt() local
/dflybsd-src/lib/libtcplay/
H A Dhdr.c82 unsigned char iv[128]; in decrypt_hdr() local
161 unsigned char iv[128]; in create_hdr() local
312 unsigned char iv[128]; in copy_reencrypt_hdr() local
H A Dcrypto.c101 unsigned char *iv, in tc_encrypt()
150 unsigned char *iv, in tc_decrypt()
H A Dgeneric_xts.c118 xts_encrypt(struct xts_ctx *ctx, u_int8_t *data, size_t len, uint8_t *iv) in xts_encrypt()
143 xts_decrypt(struct xts_ctx *ctx, u_int8_t *data, size_t len, uint8_t *iv) in xts_decrypt()
/dflybsd-src/crypto/libressl/crypto/modes/
H A Dcbc128.c74 const unsigned char *iv = ivec; in CRYPTO_cbc128_encrypt() local
125 const unsigned char *iv = ivec; in CRYPTO_cbc128_decrypt() local
/dflybsd-src/crypto/openssh/
H A Dcipher-aes.c50 ssh_rijndael_init(EVP_CIPHER_CTX *ctx, const u_char *key, const u_char *iv, in ssh_rijndael_init()
130 ssh_rijndael_iv(EVP_CIPHER_CTX *evp, int doset, u_char * iv, u_int len) in ssh_rijndael_iv()
H A Dcipher.c247 const u_char *key, u_int keylen, const u_char *iv, u_int ivlen, in cipher_init()
438 cipher_get_keyiv(struct sshcipher_ctx *cc, u_char *iv, size_t len) in cipher_get_keyiv()
478 cipher_set_keyiv(struct sshcipher_ctx *cc, const u_char *iv, size_t len) in cipher_set_keyiv()
/dflybsd-src/contrib/tcpdump/
H A Dprint-esp.c165 const unsigned char *iv) in set_cipher_parameters()
177 const unsigned char *iv) in set_cipher_parameters()
185 const u_char *iv, const u_char *ct, unsigned int ctlen) in do_decrypt()
289 const u_char *iv; in esp_decrypt_buffer_by_ikev2_print() local
739 const u_char *iv; in esp_print() local
/dflybsd-src/crypto/libressl/crypto/des/
H A Dcfb64ede.c75 unsigned char *iv,c,cc; in DES_ede3_cfb64_encrypt() local
148 unsigned char *iv; in DES_ede3_cfb_encrypt() local
/dflybsd-src/contrib/mdocml/
H A Ddbm.c354 static int32_t im, iv; in page_bymacro() local
405 dbm_macro_get(int32_t im, int32_t iv) in dbm_macro_get()
440 static int32_t im, ip, iv; in macro_bypage() local
/dflybsd-src/crypto/libressl/ssl/
H A Dtls12_key_schedule.c71 CBS *key, CBS *iv) in tls12_key_block_client_write()
80 CBS *key, CBS *iv) in tls12_key_block_server_write()
/dflybsd-src/contrib/wpa_supplicant/src/eap_common/
H A Dikev2_common.c175 int ikev2_encr_encrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, in ikev2_encr_encrypt()
210 int ikev2_encr_decrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, in ikev2_encr_decrypt()
435 const u8 *pos, *end, *iv, *integ; in ikev2_decrypt_payload() local
537 u8 *icv, *iv; in ikev2_build_encrypted() local

12345678