| /f-stack/freebsd/crypto/des/ |
| H A D | des_setkey.c | 70 void des_set_odd_parity(unsigned char *key) in des_set_odd_parity() 78 int des_check_key_parity(const unsigned char *key) in des_check_key_parity() 120 int des_is_weak_key(const unsigned char *key) in des_is_weak_key() 145 int des_set_key(const unsigned char *key, des_key_schedule schedule) in des_set_key() 162 int des_set_key_checked(const unsigned char *key, des_key_schedule schedule) in des_set_key_checked() 172 void des_set_key_unchecked(const unsigned char *key, des_key_schedule schedule) in des_set_key_unchecked() 228 int des_key_sched(const unsigned char *key, des_key_schedule schedule) in des_key_sched() 233 void des_fixup_key_parity(unsigned char *key) in des_fixup_key_parity()
|
| /f-stack/freebsd/opencrypto/ |
| H A D | xform_aes_icm.c | 117 aes_icm_reinit(void *key, const uint8_t *iv) in aes_icm_reinit() 126 aes_gcm_reinit(void *key, const uint8_t *iv) in aes_gcm_reinit() 139 aes_ccm_reinit(void *key, const uint8_t *iv) in aes_ccm_reinit() 154 aes_icm_crypt(void *key, const uint8_t *in, uint8_t *out) in aes_icm_crypt() 170 aes_icm_crypt_last(void *key, const uint8_t *in, uint8_t *out, size_t len) in aes_icm_crypt_last() 184 aes_icm_setkey(void *sched, const uint8_t *key, int len) in aes_icm_setkey()
|
| H A D | xform_rijndael.c | 78 rijndael128_encrypt(void *key, const uint8_t *in, uint8_t *out) in rijndael128_encrypt() 84 rijndael128_decrypt(void *key, const uint8_t *in, uint8_t *out) in rijndael128_decrypt() 90 rijndael128_setkey(void *sched, const uint8_t *key, int len) in rijndael128_setkey()
|
| H A D | xform_aes_xts.c | 80 aes_xts_reinit(void *key, const uint8_t *iv) in aes_xts_reinit() 132 aes_xts_encrypt(void *key, const uint8_t *in, uint8_t *out) in aes_xts_encrypt() 138 aes_xts_decrypt(void *key, const uint8_t *in, uint8_t *out) in aes_xts_decrypt() 144 aes_xts_setkey(void *sched, const uint8_t *key, int len) in aes_xts_setkey()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_radix_tree.c | 18 uint32_t key, mask, inc; in ngx_radix_tree_create() local 109 ngx_radix32tree_insert(ngx_radix_tree_t *tree, uint32_t key, uint32_t mask, in ngx_radix32tree_insert() 174 ngx_radix32tree_delete(ngx_radix_tree_t *tree, uint32_t key, uint32_t mask) in ngx_radix32tree_delete() 237 ngx_radix32tree_find(ngx_radix_tree_t *tree, uint32_t key) in ngx_radix32tree_find() 269 ngx_radix128tree_insert(ngx_radix_tree_t *tree, u_char *key, u_char *mask, in ngx_radix128tree_insert() 352 ngx_radix128tree_delete(ngx_radix_tree_t *tree, u_char *key, u_char *mask) in ngx_radix128tree_delete() 425 ngx_radix128tree_find(ngx_radix_tree_t *tree, u_char *key) in ngx_radix128tree_find()
|
| H A D | ngx_hash.c | 13 ngx_hash_find(ngx_hash_t *hash, ngx_uint_t key, u_char *name, size_t len) in ngx_hash_find() 56 ngx_uint_t i, n, key; in ngx_hash_find_wc_head() local 150 ngx_uint_t i, key; in ngx_hash_find_wc_tail() local 211 ngx_hash_find_combined(ngx_hash_combined_t *hash, ngx_uint_t key, u_char *name, in ngx_hash_find_combined() 257 ngx_uint_t i, n, key, size, start, bucket_size; in ngx_hash_init() local 612 ngx_uint_t i, key; in ngx_hash_key() local 627 ngx_uint_t i, key; in ngx_hash_key_lc() local 642 ngx_uint_t key; in ngx_hash_strlow() local 713 ngx_hash_add_key(ngx_hash_keys_arrays_t *ha, ngx_str_t *key, void *value, in ngx_hash_add_key()
|
| H A D | ngx_crypt.c | 30 ngx_crypt(ngx_pool_t *pool, u_char *key, u_char *salt, u_char **encrypted) in ngx_crypt() 52 ngx_crypt_apr1(ngx_pool_t *pool, u_char *key, u_char *salt, u_char **encrypted) in ngx_crypt_apr1() 168 ngx_crypt_plain(ngx_pool_t *pool, u_char *key, u_char *salt, u_char **encrypted) in ngx_crypt_plain() 188 ngx_crypt_ssha(ngx_pool_t *pool, u_char *key, u_char *salt, u_char **encrypted) in ngx_crypt_ssha() 240 ngx_crypt_sha(ngx_pool_t *pool, u_char *key, u_char *salt, u_char **encrypted) in ngx_crypt_sha()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | ckh.c | 63 ckh_bucket_search(ckh_t *ckh, size_t bucket, const void *key) { in ckh_bucket_search() 81 ckh_isearch(ckh_t *ckh, const void *key) { in ckh_isearch() 102 ckh_try_bucket_insert(ckh_t *ckh, size_t bucket, const void *key, in ckh_try_bucket_insert() 136 const void *key, *data, *tkey, *tdata; in ckh_evict_reloc_insert() local 207 const void *key = *argkey; in ckh_try_insert() local 237 const void *key, *data; in ckh_rebuild() local 445 ckh_iter(ckh_t *ckh, size_t *tabind, void **key, void **data) { in ckh_iter() 466 ckh_insert(tsd_t *tsd, ckh_t *ckh, const void *key, const void *data) { in ckh_insert() 489 ckh_remove(tsd_t *tsd, ckh_t *ckh, const void *searchkey, void **key, in ckh_remove() 542 ckh_string_hash(const void *key, size_t r_hash[2]) { in ckh_string_hash() [all …]
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_ethdev_devargs.c | 11 parse_flow_max_priority(const char *key, const char *value, void *extra_args) in parse_flow_max_priority() 28 parse_flow_prealloc_size(const char *key, const char *value, void *extra_args) in parse_flow_prealloc_size() 45 parse_reta_size(const char *key, const char *value, void *extra_args) in parse_reta_size() 67 parse_ipsec_in_max_spi(const char *key, const char *value, void *extra_args) in parse_ipsec_in_max_spi() 80 parse_flag(const char *key, const char *value, void *extra_args) in parse_flag() 90 parse_sqb_count(const char *key, const char *value, void *extra_args) in parse_sqb_count() 106 parse_switch_header_type(const char *key, const char *value, void *extra_args) in parse_switch_header_type()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/os/ |
| H A D | modhash.c | 149 #define MH_KEY_DESTROY(hash, key) ((hash->mh_kdtor)(key)) argument 177 mod_hash_null_keydtor(mod_hash_key_t key) in mod_hash_null_keydtor() 203 mod_hash_bystr(void *hash_data, mod_hash_key_t key) in mod_hash_bystr() 227 mod_hash_strkey_dtor(mod_hash_key_t key) in mod_hash_strkey_dtor() 277 mod_hash_byptr(void *hash_data, mod_hash_key_t key) in mod_hash_byptr() 346 mod_hash_byid(void *hash_data, mod_hash_key_t key) in mod_hash_byid() 537 i_mod_hash(mod_hash_t *hash, mod_hash_key_t key) in i_mod_hash() 564 i_mod_hash_insert_nosync(mod_hash_t *hash, mod_hash_key_t key, in i_mod_hash_insert_nosync() 621 mod_hash_insert_reserve(mod_hash_t *hash, mod_hash_key_t key, in mod_hash_insert_reserve() 769 mod_hash_destroy(mod_hash_t *hash, mod_hash_key_t key) in mod_hash_destroy() [all …]
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | db.c | 143 robj *lookupKeyRead(redisDb *db, robj *key) { in lookupKeyRead() 227 int dbExists(redisDb *db, robj *key) { in dbExists() 241 sds key; in dbRandomKey() local 271 int dbSyncDelete(redisDb *db, robj *key) { in dbSyncDelete() 285 int dbDelete(redisDb *db, robj *key) { in dbDelete() 525 robj *key; in randomkeyCommand() local 547 sds key = dictGetKey(de); in keysCommand() local 569 robj *key, *val = NULL; in scanCallback() local 982 robj *key = dictGetKey(de); in scanDatabaseForReadyLists() local 1489 void slotToKeyAdd(robj *key) { in slotToKeyAdd() [all …]
|
| H A D | dict.c | 265 int dictAdd(dict *d, void *key, void *val) in dictAdd() 325 int dictReplace(dict *d, void *key, void *val) in dictReplace() 355 dictEntry *dictAddOrFind(dict *d, void *key) { in dictAddOrFind() 403 int dictDelete(dict *ht, const void *key) { in dictDelete() 476 dictEntry *dictFind(dict *d, const void *key) in dictFind() 497 void *dictFetchValue(dict *d, const void *key) { in dictFetchValue() 1003 uint64_t dictGetHash(dict *d, const void *key) { in dictGetHash() 1117 uint64_t hashCallback(const void *key) { in hashCallback() 1180 sds key = sdsfromlonglong(j); in main() local 1189 sds key = sdsfromlonglong(j); in main() local [all …]
|
| /f-stack/dpdk/lib/librte_hash/ |
| H A D | rte_fbk_hash.h | 65 uint32_t key; /**< Key used to find value. */ member 96 rte_fbk_hash_get_bucket(const struct rte_fbk_hash_table *ht, uint32_t key) in rte_fbk_hash_get_bucket() 120 uint32_t key, uint16_t value, uint32_t bucket) in rte_fbk_hash_add_key_with_bucket() 165 uint32_t key, uint16_t value) in rte_fbk_hash_add_key() 187 uint32_t key, uint32_t bucket) in rte_fbk_hash_delete_key_with_bucket() 229 rte_fbk_hash_delete_key(struct rte_fbk_hash_table *ht, uint32_t key) in rte_fbk_hash_delete_key() 250 uint32_t key, uint32_t bucket) in rte_fbk_hash_lookup_with_bucket() 279 rte_fbk_hash_lookup(const struct rte_fbk_hash_table *ht, uint32_t key) in rte_fbk_hash_lookup()
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_crypto.c | 104 cipher_detach(struct ieee80211_key *key) in cipher_detach() 110 cipher_attach(struct ieee80211vap *vap, struct ieee80211_key *key) in cipher_attach() 120 struct ieee80211_key *key, in dev_key_alloc() 128 const struct ieee80211_key *key) in dev_key_delete() 134 dev_key_set(struct ieee80211vap *vap, const struct ieee80211_key *key) in dev_key_set() 265 int cipher, int flags, struct ieee80211_key *key) in ieee80211_crypto_newkey() 423 _ieee80211_crypto_delkey(struct ieee80211vap *vap, struct ieee80211_key *key) in _ieee80211_crypto_delkey() 457 ieee80211_crypto_delkey(struct ieee80211vap *vap, struct ieee80211_key *key) in ieee80211_crypto_delkey() 489 ieee80211_crypto_setkey(struct ieee80211vap *vap, struct ieee80211_key *key) in ieee80211_crypto_setkey() 607 struct ieee80211_key **key) in ieee80211_crypto_decap()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | ltable.c | 100 static Node *mainposition (const Table *t, const TValue *key) { in mainposition() 120 static int arrayindex (const TValue *key) { in arrayindex() 137 static int findindex (lua_State *L, Table *t, StkId key) { in findindex() 162 int luaH_next (lua_State *L, Table *t, StkId key) { in luaH_next() 211 static int countint (const TValue *key, int *nums) { in countint() 435 const TValue *luaH_getnum (Table *t, int key) { in luaH_getnum() 455 const TValue *luaH_getstr (Table *t, TString *key) { in luaH_getstr() 469 const TValue *luaH_get (Table *t, const TValue *key) { in luaH_get() 508 TValue *luaH_setnum (lua_State *L, Table *t, int key) { in luaH_setnum() 520 TValue *luaH_setstr (lua_State *L, Table *t, TString *key) { in luaH_setstr() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | ltable.c | 97 static Node *mainposition (const Table *t, const TValue *key) { in mainposition() 127 static int arrayindex (const TValue *key) { in arrayindex() 144 static int findindex (lua_State *L, Table *t, StkId key) { in findindex() 169 int luaH_next (lua_State *L, Table *t, StkId key) { in luaH_next() 218 static int countint (const TValue *key, int *nums) { in countint() 405 TValue *luaH_newkey (lua_State *L, Table *t, const TValue *key) { in luaH_newkey() 448 const TValue *luaH_getint (Table *t, int key) { in luaH_getint() 468 const TValue *luaH_getstr (Table *t, TString *key) { in luaH_getstr() 483 const TValue *luaH_get (Table *t, const TValue *key) { in luaH_get() 513 TValue *luaH_set (lua_State *L, Table *t, const TValue *key) { in luaH_set() [all …]
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfsbootenv/ |
| H A D | lzbe_pair.c | 27 lzbe_nvlist_get(const char *pool, const char *key, void **ptr) in lzbe_nvlist_get() 74 lzbe_nvlist_set(const char *pool, const char *key, void *ptr) in lzbe_nvlist_set() 182 lzbe_add_pair(void *ptr, const char *key, const char *type, void *value, in lzbe_add_pair() 343 lzbe_remove_pair(void *ptr, const char *key) in lzbe_remove_pair()
|
| /f-stack/freebsd/crypto/rijndael/ |
| H A D | rijndael-api-fst.c | 37 int rijndael_makeKey(keyInstance *key, BYTE direction, int keyLen, in rijndael_makeKey() 84 int rijndael_blockEncrypt(cipherInstance *cipher, keyInstance *key, in rijndael_blockEncrypt() 200 int rijndael_padEncrypt(cipherInstance *cipher, keyInstance *key, in rijndael_padEncrypt() 264 int rijndael_blockDecrypt(cipherInstance *cipher, keyInstance *key, in rijndael_blockDecrypt() 364 int rijndael_padDecrypt(cipherInstance *cipher, keyInstance *key, in rijndael_padDecrypt()
|
| /f-stack/dpdk/lib/librte_ip_frag/ |
| H A D | ip_frag_internal.c | 19 const struct ip_frag_key *key, uint64_t tms) in ip_frag_tbl_add() 41 ipv4_frag_hash(const struct ip_frag_key *key, uint32_t *v1, uint32_t *v2) in ipv4_frag_hash() 62 ipv6_frag_hash(const struct ip_frag_key *key, uint32_t *v1, uint32_t *v2) in ipv6_frag_hash() 223 const struct ip_frag_key *key, uint64_t tms) in ip_frag_find() 285 const struct ip_frag_key *key, uint64_t tms, in ip_frag_lookup()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/ |
| H A D | generichash_blake2b.c | 13 const unsigned char *key, size_t keylen) in crypto_generichash_blake2b() 29 unsigned long long inlen, const unsigned char *key, size_t keylen, in crypto_generichash_blake2b_salt_personal() 46 const unsigned char *key, const size_t keylen, in crypto_generichash_blake2b_init() 68 crypto_generichash_blake2b_state *state, const unsigned char *key, in crypto_generichash_blake2b_init_salt_personal()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | rtree.h | 132 rtree_leafkey(uintptr_t key) { in rtree_leafkey() 142 rtree_cache_direct_map(uintptr_t key) { in rtree_cache_direct_map() 151 rtree_subkey(uintptr_t key, unsigned level) { in rtree_subkey() 328 uintptr_t key, bool dependent, bool init_missing) { in rtree_leaf_elm_lookup() 404 rtree_read(tsdn_t *tsdn, rtree_t *rtree, rtree_ctx_t *rtree_ctx, uintptr_t key, in rtree_read() 417 uintptr_t key, bool dependent) { in rtree_extent_read() 428 uintptr_t key, bool dependent) { in rtree_szind_read() 444 uintptr_t key, bool dependent, extent_t **r_extent, szind_t *r_szind) { in rtree_extent_szind_read() 457 uintptr_t key, bool dependent, szind_t *r_szind, bool *r_slab) { in rtree_szind_slab_read() 476 uintptr_t key, szind_t szind, bool slab) { in rtree_szind_slab_update() [all …]
|
| /f-stack/dpdk/lib/librte_table/ |
| H A D | rte_table_hash_func.h | 58 rte_table_hash_crc_key8(void *key, void *mask, __rte_unused uint32_t key_size, in rte_table_hash_crc_key8() 72 rte_table_hash_crc_key16(void *key, void *mask, __rte_unused uint32_t key_size, in rte_table_hash_crc_key16() 91 rte_table_hash_crc_key24(void *key, void *mask, __rte_unused uint32_t key_size, in rte_table_hash_crc_key24() 113 rte_table_hash_crc_key32(void *key, void *mask, __rte_unused uint32_t key_size, in rte_table_hash_crc_key32() 139 rte_table_hash_crc_key40(void *key, void *mask, __rte_unused uint32_t key_size, in rte_table_hash_crc_key40() 165 rte_table_hash_crc_key48(void *key, void *mask, __rte_unused uint32_t key_size, in rte_table_hash_crc_key48() 192 rte_table_hash_crc_key56(void *key, void *mask, __rte_unused uint32_t key_size, in rte_table_hash_crc_key56() 222 rte_table_hash_crc_key64(void *key, void *mask, __rte_unused uint32_t key_size, in rte_table_hash_crc_key64()
|
| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | xchacha20.c | 6 const char key[crypto_core_hchacha20_KEYBYTES * 2 + 1]; member 34 unsigned char *key; in tv_hchacha20() local 84 const char key[crypto_stream_xchacha20_KEYBYTES * 2 + 1]; member 106 unsigned char *key; in tv_stream_xchacha20() local 193 const char key[crypto_secretbox_xchacha20poly1305_KEYBYTES * 2 + 1]; member 217 unsigned char *key; in tv_secretbox_xchacha20poly1305() local
|
| /f-stack/freebsd/netipsec/ |
| H A D | key_var.h | 54 #define _KEYLEN(key) ((u_int)((key)->bits >> 3)) argument 55 #define _KEYBITS(key) ((u_int)((key)->bits)) argument 56 #define _KEYBUF(key) ((caddr_t)((caddr_t)(key) + sizeof(struct sadb_key))) argument
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | crypto_os.c | 64 key[SHA512_HMAC_BLOCK_SIZE]; in crypto_mac_init() local 131 crypto_mac(const crypto_key_t *key, const void *in_data, size_t in_data_size, in crypto_mac() 201 crypto_key_t *key, in freebsd_crypt_uio_debug_log() 242 struct zio_crypt_info *c_info, crypto_key_t *key) in freebsd_crypt_newsession() 325 crypto_key_t *key, in freebsd_crypt_uio() 383 struct zio_crypt_info *c_info, crypto_key_t *key) in freebsd_crypt_newsession() 495 crypto_key_t *key, in freebsd_crypt_uio()
|