HomeSort by: relevance | last modified time | path
    Searched defs:key_b (Results 1 - 11 of 11) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
casttest.c 89 CAST_KEY key, key_b; local
96 CAST_set_key(&key_b, 16, out_b);
97 CAST_ecb_encrypt(&(out_a[0]), &(out_a[0]), &key_b, CAST_ENCRYPT);
98 CAST_ecb_encrypt(&(out_a[8]), &(out_a[8]), &key_b, CAST_ENCRYPT);
  /src/crypto/external/bsd/openssl/dist/test/
casttest.c 88 CAST_KEY key, key_b; local
95 CAST_set_key(&key_b, 16, out_b);
96 CAST_ecb_encrypt(&(out_a[0]), &(out_a[0]), &key_b, CAST_ENCRYPT);
97 CAST_ecb_encrypt(&(out_a[8]), &(out_a[8]), &key_b, CAST_ENCRYPT);
  /src/crypto/external/bsd/openssl.old/dist/test/
casttest.c 82 CAST_KEY key, key_b; local
89 CAST_set_key(&key_b, 16, out_b);
90 CAST_ecb_encrypt(&(out_a[0]), &(out_a[0]), &key_b, CAST_ENCRYPT);
91 CAST_ecb_encrypt(&(out_a[8]), &(out_a[8]), &key_b, CAST_ENCRYPT);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/
order_statistics_imp.hpp 116 typename access_traits::const_iterator key_b = local
122 return (base_type::less(key_b, key_e, b, e, r_traits)) ?
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/
order_statistics_imp.hpp 116 typename access_traits::const_iterator key_b = local
122 return (base_type::less(key_b, key_e, b, e, r_traits)) ?
  /src/external/gpl3/binutils/dist/libctf/
ctf-hash.c 111 ctf_link_type_key_t *key_b = (ctf_link_type_key_t *) hep_b->key; local
113 return (key_a->cltk_fp == key_b->cltk_fp)
114 && (key_a->cltk_idx == key_b->cltk_idx);
134 ctf_type_id_key_t *key_b = (ctf_type_id_key_t *) hep_b->key; local
136 return (key_a->ctii_input_num == key_b->ctii_input_num)
137 && (key_a->ctii_type == key_b->ctii_type);
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-hash.c 111 ctf_link_type_key_t *key_b = (ctf_link_type_key_t *) hep_b->key; local
113 return (key_a->cltk_fp == key_b->cltk_fp)
114 && (key_a->cltk_idx == key_b->cltk_idx);
134 ctf_type_id_key_t *key_b = (ctf_type_id_key_t *) hep_b->key; local
136 return (key_a->ctii_input_num == key_b->ctii_input_num)
137 && (key_a->ctii_type == key_b->ctii_type);
  /src/external/gpl3/gdb/dist/libctf/
ctf-hash.c 111 ctf_link_type_key_t *key_b = (ctf_link_type_key_t *) hep_b->key; local
113 return (key_a->cltk_fp == key_b->cltk_fp)
114 && (key_a->cltk_idx == key_b->cltk_idx);
134 ctf_type_id_key_t *key_b = (ctf_type_id_key_t *) hep_b->key; local
136 return (key_a->ctii_input_num == key_b->ctii_input_num)
137 && (key_a->ctii_type == key_b->ctii_type);
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-hash.c 111 ctf_link_type_key_t *key_b = (ctf_link_type_key_t *) hep_b->key; local
113 return (key_a->cltk_fp == key_b->cltk_fp)
114 && (key_a->cltk_idx == key_b->cltk_idx);
134 ctf_type_id_key_t *key_b = (ctf_type_id_key_t *) hep_b->key; local
136 return (key_a->ctii_input_num == key_b->ctii_input_num)
137 && (key_a->ctii_type == key_b->ctii_type);
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
store.cc 1796 const binding_key *key_b = (*iter_b).first; local
1797 keys.add (key_b);
  /src/external/gpl3/gcc/dist/gcc/analyzer/
store.cc 1977 const binding_key *key_b = (*iter_b).first; local
1978 keys.add (key_b);

Completed in 45 milliseconds