Home
last modified time | relevance | path

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

12345678

/openbsd-src/gnu/gcc/gcc/
H A Dloop-iv.c92 struct rtx_iv iv; /* Value of the biv. */ member
124 dump_iv_info (FILE *file, struct rtx_iv *iv) in dump_iv_info()
208 struct rtx_iv *iv; in clear_iv_info() local
361 iv_constant (struct rtx_iv *iv, rtx cst, enum machine_mode mode) in iv_constant()
381 iv_subreg (struct rtx_iv *iv, enum machine_mode mode) in iv_subreg()
421 iv_extend (struct rtx_iv *iv, enum rtx_code extend, enum machine_mode mode) in iv_extend()
453 iv_neg (struct rtx_iv *iv) in iv_neg()
545 iv_mult (struct rtx_iv *iv, rtx mby) in iv_mult()
570 iv_shift (struct rtx_iv *iv, rtx mby) in iv_shift()
784 record_iv (struct df_ref *def, struct rtx_iv *iv) in record_iv()
[all …]
H A Dtree-ssa-loop-ivopts.c102 struct iv struct
104 tree base; /* Initial value of the iv. */ argument
106 tree step; /* Step of the iv (constant only). */ argument
108 bool biv_p; /* Is it a biv? */ argument
117 struct iv *iv; /* Induction variable description. */ argument
149 struct iv *iv; /* The induction variable it is based on. */ member
182 struct iv *iv; /* The value of the candidate. NULL for member
367 dump_iv (FILE *file, struct iv *iv) in dump_iv()
476 struct iv *iv = cand->iv; in dump_cand() local
892 struct iv *iv = XCNEW (struct iv); in alloc_iv() local
[all …]
/openbsd-src/sys/arch/hppa/hppa/
H A Dintr.c92 struct hppa_iv *iv; in cpu_intr_init() local
158 struct hppa_iv *iv, *pv = v, *ivb = pv->next; cpu_intr_map() local
199 struct hppa_iv *iv, *ev; cpu_intr_establish() local
248 struct hppa_iv *iv; cpu_intr() local
324 struct hppa_iv *iv; softintr_establish() local
364 struct hppa_iv *iv = cookie; softintr_disestablish() local
395 struct hppa_iv *iv = cookie; softintr_schedule() local
[all...]
/openbsd-src/usr.sbin/smtpd/
H A Dcrypto.c64 uint8_t iv[IV_SIZE]; in crypto_encrypt_file() local
129 uint8_t iv[IV_SIZE]; in crypto_decrypt_file() local
214 uint8_t iv[IV_SIZE]; in crypto_encrypt_buffer() local
271 uint8_t iv[IV_SIZE]; in crypto_decrypt_buffer() local
/openbsd-src/sbin/isakmpd/
H A Dcrypto.c98 u_int8_t iv[MAXBLK]; in des3_encrypt() local
108 u_int8_t iv[MAXBLK]; in des3_decrypt() local
127 u_int8_t *iv = ks->liv; in blf_encrypt() local
199 u_int8_t iv[MAXBLK]; in aes_encrypt() local
208 u_int8_t iv[MAXBLK]; in aes_decrypt() local
/openbsd-src/regress/lib/libcrypto/bf/
H A Dbf_test.c28 const uint8_t iv[64]; member
1022 uint8_t iv[64]; in bf_cbc_test() local
1061 uint8_t iv[64]; in bf_cfb64_test() local
1102 uint8_t iv[64]; in bf_ofb64_test() local
/openbsd-src/regress/lib/libcrypto/rc2/
H A Drc2_test.c29 const uint8_t iv[64]; member
575 uint8_t iv[64]; in rc2_cbc_test() local
609 uint8_t iv[64]; in rc2_cfb64_test() local
644 uint8_t iv[64]; in rc2_ofb64_test() local
/openbsd-src/lib/libcrypto/des/
H A Denc_read.c
H A Ddes.h98 DES_ede3_cfb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n),(e)) argument
101 DES_ede3_ofb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n)) argument
104 DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) global() argument
H A Dcfb64ede.c
/openbsd-src/regress/lib/libcrypto/ige/
H A Digetest.c81 const unsigned char iv[32]; member
132 unsigned char iv[AES_BLOCK_SIZE*2]; in run_test_vectors() local
185 unsigned char iv[AES_BLOCK_SIZE*4]; in main() local
/openbsd-src/lib/libcrypto/evp/
H A Devp_cipher.c126 const unsigned char *key, const unsigned char *iv, int enc) in EVP_CipherInit()
134 const unsigned char *key, const unsigned char *iv, int enc) in EVP_CipherInit_ex()
281 const unsigned char *key, const unsigned char *iv) in EVP_EncryptInit()
289 const unsigned char *key, const unsigned char *iv) in EVP_EncryptInit_ex()
470 const unsigned char *key, const unsigned char *iv) in EVP_DecryptInit()
478 const unsigned char *key, const unsigned char *iv) in EVP_DecryptInit_ex()
769 EVP_CIPHER_CTX_get_iv(const EVP_CIPHER_CTX *ctx, unsigned char *iv, size_t len) in EVP_CIPHER_CTX_get_iv()
789 EVP_CIPHER_CTX_set_iv(EVP_CIPHER_CTX *ctx, const unsigned char *iv, size_t len) in EVP_CIPHER_CTX_set_iv()
1181 const unsigned char *iv, int enc)) in EVP_CIPHER_meth_set_init()
H A De_aes.c80 int iv_set; /* Set if an iv is set */ member
203 aesni_init_key(EVP_CIPHER_CTX * ctx,const unsigned char * key,const unsigned char * iv,int enc) aesni_init_key() argument
262 aesni_gcm_init_key(EVP_CIPHER_CTX * ctx,const unsigned char * key,const unsigned char * iv,int enc) aesni_gcm_init_key() argument
297 aesni_xts_init_key(EVP_CIPHER_CTX * ctx,const unsigned char * key,const unsigned char * iv,int enc) aesni_xts_init_key() argument
335 aesni_ccm_init_key(EVP_CIPHER_CTX * ctx,const unsigned char * key,const unsigned char * iv,int enc) aesni_ccm_init_key() argument
360 aes_init_key(EVP_CIPHER_CTX * ctx,const unsigned char * key,const unsigned char * iv,int enc) aes_init_key() argument
1487 aes_gcm_init_key(EVP_CIPHER_CTX * ctx,const unsigned char * key,const unsigned char * iv,int enc) aes_gcm_init_key() argument
1819 aes_xts_init_key(EVP_CIPHER_CTX * ctx,const unsigned char * key,const unsigned char * iv,int enc) aes_xts_init_key() argument
2057 aes_ccm_init_key(EVP_CIPHER_CTX * ctx,const unsigned char * key,const unsigned char * iv,int enc) aes_ccm_init_key() argument
2469 unsigned char *iv; global() member
2474 aes_wrap_init_key(EVP_CIPHER_CTX * ctx,const unsigned char * key,const unsigned char * iv,int enc) aes_wrap_init_key() argument
[all...]
H A Dp_legacy.c98 const unsigned char *ek, int ekl, const unsigned char *iv, EVP_PKEY *priv) in EVP_OpenInit()
156 int *ekl, unsigned char *iv, EVP_PKEY **pubk, int npubk) in EVP_SealInit()
/openbsd-src/lib/libfido2/src/
H A Daes256.c10 aes256_cbc(const fido_blob_t *key, const u_char *iv, const fido_blob_t *in, in aes256_cbc()
57 u_char iv[16]; in aes256_cbc_proto1() local
69 u_char iv[16]; in aes256_cbc_fips() local
/openbsd-src/regress/lib/libcrypto/evp/
H A Devptest.c135 const unsigned char *iv, int in, const unsigned char *plaintext, int pn, in test1()
244 const unsigned char *iv, int in, const unsigned char *plaintext, int pn, in test_cipher()
349 unsigned char *iv, *key, *plaintext, *ciphertext; in main() local
/openbsd-src/lib/libcrypto/modes/
H A Dcbc128.c75 const unsigned char *iv = ivec; in CRYPTO_cbc128_encrypt() local
132 const unsigned char *iv = ivec; in CRYPTO_cbc128_decrypt() local
/openbsd-src/lib/libcrypto/idea/
H A Didea.c64 IDEA_KEY_SCHEDULE *ks, unsigned char *iv, int encrypt) in idea_cbc_encrypt()
192 unsigned char *iv, c, cc; in idea_cfb64_encrypt() local
277 unsigned char *iv; in idea_ofb64_encrypt() local
/openbsd-src/usr.bin/mandoc/
H A Ddbm.c344 static int32_t im, iv; in page_bymacro() local
395 dbm_macro_get(int32_t im, int32_t iv) in dbm_macro_get()
430 static int32_t im, ip, iv; in macro_bypage() local
/openbsd-src/regress/sys/crypto/enc/
H A Ddes3.c60 u_int8_t block[8], iv[8], iv2[8], *ivp = iv, *nivp; in docrypt() local
117 unsigned char iv0[8], iv[8], key[24] = "012345670123456701234567"; in main() local
/openbsd-src/regress/sys/kern/kqueue/
H A Dkqueue-tun.c72 struct iovec iv[2]; in tunnel_write() local
92 struct iovec iv[2]; in tunnel_read() local
/openbsd-src/lib/libcrypto/aes/
H A Daes_ige.c116 aes_block_t iv; in AES_ige_encrypt() local
168 aes_block_t iv; in AES_ige_encrypt() local
/openbsd-src/lib/libcrypto/cast/
H A Dcast.c771 const CAST_KEY *ks, unsigned char *iv, int enc) in CAST_cbc_encrypt()
861 unsigned char *iv, c, cc; in CAST_cfb64_encrypt() local
949 unsigned char *iv; in CAST_ofb64_encrypt() local
/openbsd-src/sys/net80211/
H A Dieee80211_crypto_wep.c47 u_int32_t iv; member
89 u_int32_t iv, crc; in ieee80211_wep_encrypt() local
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dloop.h209 struct iv struct
211 enum iv_mode type; argument
216 } iv; member
353 struct iv_class *iv; member

12345678