Searched defs:key (Results 126 - 150 of 1553) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dsalt-aes.c39 AES_string_to_key(krb5_context context, krb5_enctype enctype, krb5_data password, krb5_salt salt, krb5_data opaque, krb5_keyblock *key) argument
H A Dsalt-des3.c38 DES3_string_to_key(krb5_context context, krb5_enctype enctype, krb5_data password, krb5_salt salt, krb5_data opaque, krb5_keyblock *key) argument
103 DES3_string_to_key_derived(krb5_context context, krb5_enctype enctype, krb5_data password, krb5_salt salt, krb5_data opaque, krb5_keyblock *key) argument
H A Dstring-to-key-test.c109 krb5_keyblock key; local
H A Dtest_prf.c54 krb5_keyblock key; local
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A Dgen-map.py104 key = int(m.group(1), 0x10) variable
[all...]
H A Dmap.c44 translation_cmp(const void *key, const void *data) argument
H A Dnormalize_table.h12 uint32_t key; member in struct:translation
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcskeys.c123 char *key; local
163 char *copy, *next, *key; local
[all...]
/freebsd-11-stable/lib/libc/db/btree/
H A Dbt_search.c64 __bt_search(BTREE *t, const DBT *key, int *exactp) argument
146 __bt_snext(BTREE *t, PAGE *h, const DBT *key, int *exactp) argument
181 __bt_sprev(BTREE *t, PAGE *h, const DBT *key, int *exactp) argument
[all...]
/freebsd-11-stable/lib/libc/db/hash/
H A Dhash_func.c67 hash1(const void *key, size_t len) argument
87 hash2(const void *key, size_t len) argument
113 hash3(const void *key, size_t len) argument
153 hash4(const void *key, size_t len) argument
/freebsd-11-stable/lib/libc/db/recno/
H A Drec_close.c111 DBT data, key; local
/freebsd-11-stable/lib/libc/db/test/hash.tests/
H A Ddriver2.c64 DBT key, content; local
H A Dtcreat3.c58 DBT item, key; local
H A Dtdel.c59 DBT item, key; local
H A Dthash4.c61 DBT item, key, res; local
[all...]
H A Dtread2.c62 DBT item, key, res; local
H A Dtseq.c59 DBT item, key, res; local
H A Dtverify.c62 DBT key, res; local
/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_lookup_factory.c53 char data[LINE_MAX], key[LINE_MAX]; local
H A Dcitrus_memstream.c69 _citrus_memory_stream_matchline(struct _citrus_memory_stream * __restrict ms, const char * __restrict key, size_t * __restrict rlen, int iscasesensitive) argument
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Doption-value-type.c126 register int key = (int)option_value_type_hash (str, len); local
H A Doption-xat-attribute.c118 register int key = (int)option_xat_attribute_hash (str, len); local
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_usage.c143 int key; local
[all...]
/freebsd-11-stable/sys/opencrypto/
H A Dcast.c42 void cast_encrypt(cast_key* key, u_int8_t* inblock, u_int8_t* outblock) argument
87 void cast_decrypt(cast_key* key, u_int8_ argument
132 cast_setkey(cast_key* key, u_int8_t* rawkey, int keybytes) argument
[all...]
H A Dxform_aes_icm.c86 aes_icm_reinit(caddr_t key, u_int8_t *iv) argument
95 aes_gcm_reinit(caddr_t key, u_int8_t *iv) argument
108 aes_icm_crypt(caddr_t key, u_int8_t *data) argument
128 aes_icm_setkey(u_int8_t **sched, u_int8_t *key, int len) argument

Completed in 214 milliseconds

1234567891011>>