HomeSort by: relevance | last modified time | path
    Searched refs:get_key (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/bsd/ntp/dist/sntp/tests/
keyFile.c 98 get_key(40, &result);
103 get_key(50, &result);
123 get_key(10, &result);
129 get_key(20, &result);
136 get_key(30, &result);
157 get_key(10, &result);
164 get_key(34, &result);
183 get_key(10, &result);
190 get_key(30, &result); /* Should not exist, and result should remain NULL. */
  /src/external/bsd/ntp/dist/sntp/
crypto.h 30 extern void get_key(keyid_t key_id, struct key **d_key);
networking.c 182 get_key(key_id, &pkt_key);
crypto.c 309 get_key( function
  /src/external/mit/isl/dist/
isl_schedule_read.c 64 #define KEY_GET get_key
84 key = get_key(s);
105 key = get_key(s);
135 key = get_key(s);
156 key = get_key(s);
189 key = get_key(s);
261 key = get_key(s);
282 key = get_key(s);
312 key = get_key(s);
333 key = get_key(s)
    [all...]
isl_box.c 560 #define KEY_GET get_key
590 key = get_key(s);
isl_schedule_constraints.c 569 #define KEY_GET get_key
612 key = get_key(s);
  /src/crypto/external/apache2/openssl/dist/demos/signature/
EVP_EC_Signature_demo.c 40 static EVP_PKEY *get_key(OSSL_LIB_CTX *libctx, const char *propq, int public) function
77 priv_key = get_key(libctx, propq, public);
164 pub_key = get_key(libctx, propq, public);
  /src/crypto/external/bsd/openssl/dist/demos/signature/
EVP_Signature_demo.c 44 static EVP_PKEY *get_key(OSSL_LIB_CTX *libctx, const char *propq, int public) function
81 priv_key = get_key(libctx, propq, public);
168 pub_key = get_key(libctx, propq, public);
  /src/external/bsd/openldap/dist/servers/slapd/back-wt/
nextid.c 57 rc = cursor->get_key(cursor, &id);
60 "wt_last_id: get_key failed: %s (%d)\n",
key.c 74 rc = cursor->get_key(cursor, &key2, &id);
77 "wt_key_read: get_key failed: %s (%d)\n",
dn2id.c 356 rc = cursor->get_key(cursor, &key);
359 "wt_dn2idl: get_key failed: %s (%d)\n",
tools.c 137 rc = reader->get_key(reader, &id);
140 "wt_tool_entry_next: get_key failed: %s (%d)\n",
  /src/crypto/external/apache2/openssl/dist/demos/encrypt/
rsa_encrypt.c 35 static EVP_PKEY *get_key(OSSL_LIB_CTX *libctx, const char *propq, int public) function
108 pub_key = get_key(libctx, propq, public);
165 priv_key = get_key(libctx, propq, public);
  /src/games/gomoku/
gomoku.h 276 int get_key(const char *);
bdisp.c 269 get_key(const char *allowed) function
main.c 191 int ch = get_key(NULL);
388 int ch = get_key("YyNnQqSs");
  /src/external/gpl3/gdb.old/dist/gdbsupport/
unordered_dense.h 897 [[nodiscard]] static constexpr auto get_key(value_type const& vt) -> key_type const& {
992 auto const& key = get_key(m_values[value_idx]);
1033 auto mh = mixed_hash(get_key(val));
1054 !m_equal(key, get_key(m_values[at(m_buckets, bucket_idx).m_value_idx]))) {
1102 if (m_equal(key, get_key(m_values[bucket->m_value_idx]))) {
1129 if (dist_and_fingerprint == bucket->m_dist_and_fingerprint && m_equal(key, get_key(m_values[bucket->m_value_idx]))) {
1136 if (dist_and_fingerprint == bucket->m_dist_and_fingerprint && m_equal(key, get_key(m_values[bucket->m_value_idx]))) {
1145 if (m_equal(key, get_key(m_values[bucket->m_value_idx]))) {
1438 auto const& key = get_key(m_values[value_idx]);
1451 m_equal(key, get_key(m_values[bucket.m_value_idx])))
    [all...]
  /src/external/gpl3/gdb/dist/gdbsupport/
unordered_dense.h 897 [[nodiscard]] static constexpr auto get_key(value_type const& vt) -> key_type const& {
992 auto const& key = get_key(m_values[value_idx]);
1033 auto mh = mixed_hash(get_key(val));
1054 !m_equal(key, get_key(m_values[at(m_buckets, bucket_idx).m_value_idx]))) {
1102 if (m_equal(key, get_key(m_values[bucket->m_value_idx]))) {
1129 if (dist_and_fingerprint == bucket->m_dist_and_fingerprint && m_equal(key, get_key(m_values[bucket->m_value_idx]))) {
1136 if (dist_and_fingerprint == bucket->m_dist_and_fingerprint && m_equal(key, get_key(m_values[bucket->m_value_idx]))) {
1145 if (m_equal(key, get_key(m_values[bucket->m_value_idx]))) {
1438 auto const& key = get_key(m_values[value_idx]);
1451 m_equal(key, get_key(m_values[bucket.m_value_idx])))
    [all...]
  /src/sys/arch/i386/stand/mbr/
mbr.S 302 get_key: label
398 jmp get_key /* Blocking read */
  /src/distrib/sets/
fmt-list 71 local function foreach_group(items, get_key, action)
75 local item_key = assert(get_key(item))
  /src/external/gpl3/gcc/dist/gcc/
bb-reorder.cc 630 if (key != bbd[e->dest->index].node->get_key ())
637 (long) bbd[e->dest->index].node->get_key (),
806 if (key != bbd[e->dest->index].node->get_key ())
813 (long) bbd[e->dest->index].node->get_key (), key);
fibonacci_heap.h 93 K get_key () function in class:fibonacci_node
  /src/external/gpl3/gcc.old/dist/gcc/
bb-reorder.cc 630 if (key != bbd[e->dest->index].node->get_key ())
637 (long) bbd[e->dest->index].node->get_key (),
806 if (key != bbd[e->dest->index].node->get_key ())
813 (long) bbd[e->dest->index].node->get_key (), key);
fibonacci_heap.h 93 K get_key () function in class:fibonacci_node

Completed in 70 milliseconds

1 2