Searched defs:iv (Results 1 - 25 of 219) sorted by path

123456789

/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsnmpcrypto.c177 uint8_t iv[SNMP_PRIV_AES_IV_SIZ]; local
205 uint8_t iv[SNMP_PRIV_AES_IV_SIZ]; local
/freebsd-11-stable/contrib/gcc/
H A Dgenattrtab.c2768 struct attr_value_list *iv; local
[all...]
H A Dlambda-code.c1133 tree iv, invar; local
1535 tree iv; local
1621 tree iv, invar; local
[all...]
H A Dloop-iv.c92 struct rtx_iv iv; /* Value of the biv. */ member in struct:biv_entry
124 dump_iv_info (FILE *file, struct rtx_iv *iv) argument
208 struct rtx_iv *iv; local
361 iv_constant(struct rtx_iv *iv, rtx cst, enum machine_mode mode) argument
381 iv_subreg(struct rtx_iv *iv, enum machine_mode mode) argument
421 iv_extend(struct rtx_iv *iv, enum rtx_code extend, enum machine_mode mode) argument
453 iv_neg(struct rtx_iv *iv) argument
545 iv_mult(struct rtx_iv *iv, rtx mby) argument
570 iv_shift(struct rtx_iv *iv, rtx mby) argument
784 record_iv(struct df_ref *def, struct rtx_iv *iv) argument
796 analyzed_for_bivness_p(rtx def, struct rtx_iv *iv) argument
808 record_biv(rtx def, struct rtx_iv *iv) argument
823 iv_analyze_biv(rtx def, struct rtx_iv *iv) argument
900 iv_analyze_expr(rtx insn, rtx rhs, enum machine_mode mode, struct rtx_iv *iv) argument
1021 iv_analyze_def(struct df_ref *def, struct rtx_iv *iv) argument
1076 iv_analyze_op(rtx insn, rtx op, struct rtx_iv *iv) argument
1134 iv_analyze(rtx insn, rtx val, struct rtx_iv *iv) argument
1159 iv_analyze_result(rtx insn, rtx def, struct rtx_iv *iv) argument
1177 struct rtx_iv iv; local
1199 get_iv_value(struct rtx_iv *iv, rtx iteration) argument
1815 shorten_into_mode(struct rtx_iv *iv, enum machine_mode mode, enum rtx_code cond, bool signed_p, struct niter_desc *desc) argument
[all...]
H A Dloop-unroll.c1647 struct rtx_iv iv; local
H A Dloop-unswitch.c176 struct rtx_iv iv; local
H A Dtree-scalar-evolution.c2792 /* Checks whether OP behaves as a simple affine iv of LOOP in STMT and returns argument
[all...]
H A Dtree-ssa-loop-ivopts.c102 struct iv struct
117 struct iv *iv; /* Induction variable description. */ member in struct:version_info
149 struct iv *iv; /* The induction variable it is based on. */ member in struct:iv_use
182 struct iv *iv; /* The value of the candidate. NULL for member in struct:iv_cand
367 dump_iv(FILE *file, struct iv *iv) argument
476 struct iv *iv = cand->iv; local
892 struct iv *iv = XCNEW (struct iv); local
911 set_iv(struct ivopts_data *data, tree iv, tree base, tree step) argument
949 affine_iv iv; local
1002 struct iv *iv, *incr_iv; local
1032 find_givs_in_stmt_scev(struct ivopts_data *data, tree stmt, affine_iv *iv) argument
1063 affine_iv iv; local
1137 record_use(struct ivopts_data *data, tree *use_p, struct iv *iv, tree stmt, enum use_type use_type) argument
1193 struct iv *iv; local
1343 struct iv *iv; local
1626 struct iv *iv; local
2145 add_old_iv_candidates(struct ivopts_data *data, struct iv *iv) argument
2177 struct iv *iv; local
2191 add_iv_value_candidates(struct ivopts_data *data, struct iv *iv, struct iv_use *use) argument
4063 iv_value(struct iv *iv, tree niter) argument
4091 iv_period(struct iv *iv) argument
[all...]
H A Dtree-ssa-loop-niter.c137 number_of_iterations_ne (tree type, affine_iv *iv, tree final, argument
[all...]
H A Dtree-ssa-loop-prefetch.c340 affine_iv iv; local
/freebsd-11-stable/contrib/libucl/include/
H A Ducl.h222 int64_t iv; /**< Int value of an object */ member in union:ucl_object_s::__anon639
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_util.c1575 int64_t iv; local
2729 ucl_object_fromint (int64_t iv) argument
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Ddba_read.c43 int32_t im, ip, iv, npages; local
H A Ddbm.c354 static int32_t im, iv; local
405 dbm_macro_get(int32_t im, int32_t iv) argument
440 static int32_t im, ip, iv; local
[all...]
H A Droff.c2651 int iv; local
2725 int iv; local
/freebsd-11-stable/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_aesctr1.c51 unsigned char iv[8]; member in struct:__anon4679
H A Dh_aesctr2.c42 unsigned char iv[8] = {0}; variable
H A Dh_camellia.c44 unsigned char iv[16] = {0}; variable
H A Dh_cbcdes.c40 unsigned char iv[8] = {0}; variable
H A Dh_gcm.c41 unsigned char iv[16] = { 0 }; variable
/freebsd-11-stable/contrib/nvi/cl/
H A Dcl_funcs.c44 int iv; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcrypto.c249 svn_crypto__encrypt_password(const svn_string_t **ciphertext, const svn_string_t **iv, const svn_string_t **salt, svn_crypto__ctx_t *ctx, const char *password, const svn_string_t *master, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
391 svn_crypto__decrypt_password(const char **plaintext, svn_crypto__ctx_t *ctx, const svn_string_t *ciphertext, const svn_string_t *iv, const svn_string_t *salt, const svn_string_t *master, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
485 svn_crypto__generate_secret_checktext(const svn_string_t **ciphertext, const svn_string_t **iv, const svn_string_t **salt, const char **checktext, svn_crypto__ctx_t *ctx, const svn_string_t *master, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
610 svn_crypto__verify_secret(svn_boolean_t *is_valid, svn_crypto__ctx_t *ctx, const svn_string_t *master, const svn_string_t *ciphertext, const svn_string_t *iv, const svn_string_t *salt, const char *checktext, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/contrib/unbound/compat/
H A Dchacha_private.h80 chacha_ivsetup(chacha_ctx *x,const u8 *iv) argument
/freebsd-11-stable/contrib/wpa/src/ap/
H A Diapp.c152 u8 iv[8]; member in struct:iapp_send_security_block
160 u8 iv[8]; member in struct:iapp_ack_security_block
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Daes-cbc.c24 int aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) argument
60 int aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) argument

Completed in 242 milliseconds

123456789