Searched refs:key (Results 1 - 25 of 2503) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/otp/
H A Dotp_print.c46 otp_checksum (OtpKey key) argument
52 sum += ((key[i] >> 0) & 0x03)
53 + ((key[i] >> 2) & 0x03)
54 + ((key[i] >> 4) & 0x03)
55 + ((key[i] >> 6) & 0x03);
61 otp_print_stddict (OtpKey key, char *str, size_t sz) argument
65 sum = otp_checksum (key);
68 std_dict[(key[0] << 3) | (key[1] >> 5)],
69 std_dict[((key[
77 otp_print_hex(OtpKey key, char *str, size_t sz) argument
86 otp_print_hex_extended(OtpKey key, char *str, size_t sz) argument
95 otp_print_stddict_extended(OtpKey key, char *str, size_t sz) argument
[all...]
H A Dotp_md.h38 int otp_md4_init (OtpKey key, const char *pwd, const char *seed);
40 int otp_md4_next (OtpKey key);
42 int otp_md5_init (OtpKey key, const char *pwd, const char *seed);
44 int otp_md5_next (OtpKey key);
46 int otp_sha_init (OtpKey key, const char *pwd, const char *seed);
48 int otp_sha_next (OtpKey key);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/
H A Dndc.conf-include20 key "another-key" {
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/postconf/
H A Dextract.awk81 for (key in int_vars)
82 print key
86 for (key in str_vars)
87 print key
91 for (key in raw_vars)
92 print key
96 for (key in bool_vars)
97 print key
101 for (key in time_vars)
102 print key
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash49.C6 const int key[keys] = {6, key[1], 2, keys, 1, 7, 6, key[2], key[8]}; variable
10 for(int i = 0; i < keys;) std::cout << key[i++] << " "; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash49.C6 const int key[keys] = {6, key[1], 2, keys, 1, 7, 6, key[2], key[8]}; variable
10 for(int i = 0; i < keys;) std::cout << key[i++] << " "; local
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dkey-string.c1 /* $Id: key-string.c,v 1.1.1.2 2011/08/17 18:40:04 jmmv Exp $ */
30 int key; member in struct:__anon2298
91 /* Find key string in table. */
99 return (key_string_table[i].key);
131 /* Lookup a string and convert to a key value. */
135 int key, modifiers; local
147 /* Is this a standard ASCII key? */
149 key = (u_char) string[0];
150 if (key < 32 || key
179 key_string_lookup_key(int key) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/camellia/
H A Dcmll_misc.c60 CAMELLIA_KEY *key)
62 if(!userKey || !key)
66 key->grand_rounds = Camellia_Ekeygen(bits , userKey, key->u.rd_key);
71 const CAMELLIA_KEY *key)
73 Camellia_EncryptBlock_Rounds(key->grand_rounds, in , key->u.rd_key , out);
77 const CAMELLIA_KEY *key)
79 Camellia_DecryptBlock_Rounds(key->grand_rounds, in , key
59 private_Camellia_set_key(const unsigned char *userKey, const int bits, CAMELLIA_KEY *key) argument
70 Camellia_encrypt(const unsigned char *in, unsigned char *out, const CAMELLIA_KEY *key) argument
76 Camellia_decrypt(const unsigned char *in, unsigned char *out, const CAMELLIA_KEY *key) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/metadata/
H A Dclean.sh20 rm -f zsk.key ksk.key parent.ksk.key parent.zsk.key
21 rm -f pending.key rolling.key standby.key inact.key
22 rm -f prerev.key postrev.key oldstyl
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dhash.h45 const char *key, void *value);
52 const char *key, void *value);
58 extern void *hash_replace (struct hash_control *, const char *key,
64 extern void *hash_find (struct hash_control *, const char *key);
69 extern void *hash_find_n (struct hash_control *, const char *key, size_t len);
74 extern void *hash_delete (struct hash_control *, const char *key, int);
80 void (*pfn) (const char *key, void *value));
/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Dkeyname.c48 * Return name of key or NULL;
51 keyname(int key) argument
58 if (key < 0) {
64 if (key == 0x100) {
70 if (key < 0x20) {
72 name[1] = (char) (key + 64); /* Offset of '@' */
78 if (key < 0x7F) {
79 name[0] = (char) key;
84 /* Delete key */
85 if (key
493 key_name(wchar_t key) argument
[all...]
/netbsd-6-1-5-RELEASE/lib/libtelnet/
H A Dencrypt.h67 #define VALIDKEY(key) ( key[0] | key[1] | key[2] | key[3] | \
68 key[4] | key[5] | key[6] | key[7])
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20071027-1.c6 int key; member in struct:z_key
11 z_key key; member in struct:picture_size
16 z_key key; local
17 ps->key = key;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dkey.c20 /* Id: key.c,v 1.11 2011/10/20 21:20:02 marka Exp */
89 dst_key_name(const dst_key_t *key) { argument
90 REQUIRE(VALID_KEY(key));
91 return (key->key_name);
95 dst_key_size(const dst_key_t *key) { argument
96 REQUIRE(VALID_KEY(key));
97 return (key->key_size);
101 dst_key_proto(const dst_key_t *key) { argument
102 REQUIRE(VALID_KEY(key));
103 return (key
107 dst_key_alg(const dst_key_t *key) argument
113 dst_key_flags(const dst_key_t *key) argument
119 dst_key_id(const dst_key_t *key) argument
125 dst_key_rid(const dst_key_t *key) argument
131 dst_key_class(const dst_key_t *key) argument
137 dst_key_iszonekey(const dst_key_t *key) argument
151 dst_key_isnullkey(const dst_key_t *key) argument
165 dst_key_setbits(dst_key_t *key, isc_uint16_t bits) argument
177 dst_key_getbits(const dst_key_t *key) argument
183 dst_key_setttl(dst_key_t *key, dns_ttl_t ttl) argument
189 dst_key_getttl(const dst_key_t *key) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/18_support/numeric_limits/requirements/explicit_instantiation/
H A D1.cc28 int key; member in struct:A
30 A(int i = 0): key(i) { }
32 operator==(int i) { return i == key; }
/netbsd-6-1-5-RELEASE/sys/crypto/skipjack/
H A Dskipjack.h17 extern void skipjack_forwards(u_int8_t *plain, u_int8_t *cipher, u_int8_t **key);
18 extern void skipjack_backwards(u_int8_t *cipher, u_int8_t *plain, u_int8_t **key);
19 extern void subkey_table_gen(const u_int8_t *key, u_int8_t **key_tables);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/des/
H A Ddes_old2.c79 void _ossl_096_des_random_seed(DES_cblock *key) argument
81 RAND_seed(key, sizeof(DES_cblock));
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/common/
H A Drndc.key17 /* Id: rndc.key,v 1.3 2011/03/12 04:59:47 tbox Exp */
19 key rndc_key {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp2573.C6 int key();
12 char *f1 = (char *) &key; // { dg-error "" }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp2573.C6 int key();
12 char *f1 = (char *) &key; // { dg-error "" }
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/tls/
H A Drsa.c24 int private_key; /* whether private key is set */
62 * crypto_rsa_import_public_key - Import an RSA public key
63 * @buf: Key buffer (DER encoded RSA public key)
65 * Returns: Pointer to the public key or %NULL on failure
70 struct crypto_rsa_key *key; local
74 key = os_zalloc(sizeof(*key));
75 if (key == NULL)
78 key->n = bignum_init();
79 key
134 struct crypto_rsa_key *key; local
232 crypto_rsa_get_modulus_len(struct crypto_rsa_key *key) argument
248 crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen, struct crypto_rsa_key *key, int use_private) argument
345 crypto_rsa_free(struct crypto_rsa_key *key) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Decho-area.h62 extern void ea_insert (WINDOW *window, int count, unsigned char key);
63 extern void ea_quoted_insert (WINDOW *window, int count, unsigned char key);
64 extern void ea_beg_of_line (WINDOW *window, int count, unsigned char key);
65 extern void ea_backward (WINDOW *window, int count, unsigned char key);
66 extern void ea_delete (WINDOW *window, int count, unsigned char key);
67 extern void ea_end_of_line (WINDOW *window, int count, unsigned char key);
68 extern void ea_forward (WINDOW *window, int count, unsigned char key);
69 extern void ea_abort (WINDOW *window, int count, unsigned char key);
70 extern void ea_rubout (WINDOW *window, int count, unsigned char key);
71 extern void ea_complete (WINDOW *window, int count, unsigned char key);
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drc4.c50 RC4_set_key(RC4_KEY *key, const int len, const unsigned char *data) argument
55 key->state[i] = i;
57 j = (j + key->state[i] + data[i % len]) % 256;
58 SWAP(key, i, j);
60 key->x = key->y = 0;
64 RC4(RC4_KEY *key, const int len, const unsigned char *in, unsigned char *out) argument
69 x = key->x;
70 y = key->y;
73 y = (y + key
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-bdb/
H A Dkey.c4 /* OpenLDAP: pkg/ldap/servers/slapd/back-bdb/key.c,v 1.20.2.6 2010/04/13 20:23:25 kurt Exp */
30 /* read a key */
43 DBT key; local
47 DBTzero( &key );
48 bv2DBT(k,&key);
49 key.ulen = key.size;
50 key.flags = DB_DBT_USERMEM;
52 rc = bdb_idl_fetch_key( be, db, txn, &key, ids, saved_cursor, get_flag );
77 DBT key; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dprefix.h27 extern char *update_path (const char *path, const char *key);

Completed in 249 milliseconds

1234567891011>>