Home
last modified time | relevance | path

Searched defs:key (Results 76 – 100 of 1914) sorted by relevance

12345678910>>...77

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dhashed_db.c205 _nc_db_put(DB * db, DBT * key, DBT * data) in _nc_db_put()
224 _nc_db_get(DB * db, DBT * key, DBT * data) in _nc_db_get()
243 _nc_db_first(DB * db, DBT * key, DBT * data) in _nc_db_first()
265 _nc_db_next(DB * db, DBT * key, DBT * data) in _nc_db_next()
287 _nc_db_have_index(DBT * key, DBT * data, char **buffer, int *size) in _nc_db_have_index()
310 _nc_db_have_data(DBT * key, DBT * data, char **buffer, int *size) in _nc_db_have_data()
/freebsd/crypto/openssh/
H A Dssh-ed25519.c55 ssh_ed25519_serialize_public(const struct sshkey *key, struct sshbuf *b, in ssh_ed25519_serialize_public()
69 ssh_ed25519_serialize_private(const struct sshkey *key, struct sshbuf *b, in ssh_ed25519_serialize_private()
104 struct sshkey *key) in ssh_ed25519_deserialize_public()
122 struct sshkey *key) in ssh_ed25519_deserialize_private()
146 ssh_ed25519_sign(struct sshkey *key, in ssh_ed25519_sign()
205 ssh_ed25519_verify(const struct sshkey *key, in ssh_ed25519_verify()
H A Dssh-ed25519-sk.c59 ssh_ed25519_sk_serialize_public(const struct sshkey *key, struct sshbuf *b, in ssh_ed25519_sk_serialize_public()
73 ssh_ed25519_sk_serialize_private(const struct sshkey *key, struct sshbuf *b, in ssh_ed25519_sk_serialize_private()
100 struct sshkey *key) in ssh_ed25519_sk_deserialize_public()
113 struct sshkey *key) in ssh_ed25519_sk_deserialize_private()
125 ssh_ed25519_sk_verify(const struct sshkey *key, in ssh_ed25519_sk_verify()
H A Dssh-xmss.c69 ssh_xmss_serialize_public(const struct sshkey *key, struct sshbuf *b, in ssh_xmss_serialize_public()
87 ssh_xmss_serialize_private(const struct sshkey *key, struct sshbuf *b, in ssh_xmss_serialize_private()
133 struct sshkey *key) in ssh_xmss_deserialize_public()
165 struct sshkey *key) in ssh_xmss_deserialize_private()
201 ssh_xmss_sign(struct sshkey *key, in ssh_xmss_sign()
277 ssh_xmss_verify(const struct sshkey *key, in ssh_xmss_verify()
/freebsd/crypto/openssl/test/
H A Dbftest.c296 BF_KEY key; in test_bf_ecb_raw() local
317 BF_KEY key; in test_bf_ecb() local
336 BF_KEY key; in test_bf_set_key() local
352 BF_KEY key; in test_bf_cbc() local
378 BF_KEY key; in test_bf_cfb64() local
410 BF_KEY key; in test_bf_ofb64() local
/freebsd/crypto/heimdal/lib/krb5/
H A Dcrypto-des3.c42 krb5_keyblock *key) in DES3_random_key()
89 struct _krb5_key_data *key, in RSA_MD5_DES3_checksum()
100 struct _krb5_key_data *key, in RSA_MD5_DES3_verify()
196 krb5_keyblock *key, in _krb5_DES3_random_to_key()
H A Dcrypto-evp.c41 struct _krb5_evp_schedule *key = kd->schedule->data; in _krb5_evp_schedule() local
56 struct _krb5_evp_schedule *key = kd->schedule->data; in _krb5_evp_cleanup() local
63 struct _krb5_key_data *key, in _krb5_evp_encrypt()
94 struct _krb5_key_data *key, in _krb5_evp_encrypt_cts()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dgenerichash_blake2b.c13 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()
/freebsd/contrib/llvm-project/lld/Common/
H A DArgs.cpp26 static int64_t getInteger(opt::InputArgList &args, unsigned key, in getInteger()
44 int64_t lld::args::getInteger(opt::InputArgList &args, unsigned key, in getInteger()
49 int64_t lld::args::getHex(opt::InputArgList &args, unsigned key, in getHex()
63 StringRef key, uint64_t defaultValue) { in getZOptionValue()
/freebsd/sys/netipsec/
H A Dkey_var.h53 #define _KEYLEN(key) ((u_int)((key)->bits >> 3)) argument
54 #define _KEYBITS(key) ((u_int)((key)->bits)) argument
55 #define _KEYBUF(key) ((caddr_t)((caddr_t)(key) + sizeof(struct sadb_key))) argument
/freebsd/sys/crypto/rijndael/
H A Drijndael-api-fst.c34 int rijndael_makeKey(keyInstance *key, BYTE direction, int keyLen, in rijndael_makeKey()
81 int rijndael_blockEncrypt(cipherInstance *cipher, keyInstance *key, in rijndael_blockEncrypt()
197 int rijndael_padEncrypt(cipherInstance *cipher, keyInstance *key, in rijndael_padEncrypt()
261 int rijndael_blockDecrypt(cipherInstance *cipher, keyInstance *key, in rijndael_blockDecrypt()
361 int rijndael_padDecrypt(cipherInstance *cipher, keyInstance *key, in rijndael_padDecrypt()
/freebsd/lib/libc/db/btree/
H A Dbt_search.c60 __bt_search(BTREE *t, const DBT *key, int *exactp) in __bt_search()
142 __bt_snext(BTREE *t, PAGE *h, const DBT *key, int *exactp) in __bt_snext()
177 __bt_sprev(BTREE *t, PAGE *h, const DBT *key, int *exactp) in __bt_sprev()
/freebsd/contrib/lua/src/
H A Dltable.c151 static Node *mainpositionTV (const Table *t, const TValue *key) { in mainpositionTV()
190 TValue key; in mainpositionfromnode() local
331 static unsigned int findindex (lua_State *L, Table *t, TValue *key, in findindex()
349 int luaH_next (lua_State *L, Table *t, StkId key) { in luaH_next()
413 static int countint (lua_Integer key, unsigned int *nums) { in countint()
730 const TValue *luaH_getint (Table *t, lua_Integer key) { in luaH_getint()
758 const TValue *luaH_getshortstr (Table *t, TString *key) { in luaH_getshortstr()
774 const TValue *luaH_getstr (Table *t, TString *key) { in luaH_getstr()
788 const TValue *luaH_get (Table *t, const TValue *key) { in luaH_get()
811 void luaH_finishset (lua_State *L, Table *t, const TValue *key, in luaH_finishset()
[all …]
/freebsd/sys/opencrypto/
H A Dxform_aes_xts.c82 aes_xts_reinit(void *key, const uint8_t *iv, size_t ivlen) in aes_xts_reinit()
144 aes_xts_encrypt(void *key, const uint8_t *in, uint8_t *out) in aes_xts_encrypt()
150 aes_xts_decrypt(void *key, const uint8_t *in, uint8_t *out) in aes_xts_decrypt()
168 aes_xts_setkey(void *sched, const uint8_t *key, int len) in aes_xts_setkey()
/freebsd/sys/contrib/libsodium/test/default/
H A Dxchacha20.c6 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
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Drtree.h132 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()
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()
464 uintptr_t key, szind_t *r_szind, bool *r_slab) { in rtree_szind_slab_read_fast()
493 uintptr_t key, bool dependent, szind_t *r_szind, bool *r_slab) { in rtree_szind_slab_read()
512 uintptr_t key, szind_t szind, bool slab) { in rtree_szind_slab_update()
[all …]
H A Dmutex_pool.h20 mutex_pool_mutex(mutex_pool_t *pool, uintptr_t key) { in mutex_pool_mutex()
41 mutex_pool_lock(tsdn_t *tsdn, mutex_pool_t *pool, uintptr_t key) { in mutex_pool_lock()
49 mutex_pool_unlock(tsdn_t *tsdn, mutex_pool_t *pool, uintptr_t key) { in mutex_pool_unlock()
90 mutex_pool_assert_owner(tsdn_t *tsdn, mutex_pool_t *pool, uintptr_t key) { in mutex_pool_assert_owner()
/freebsd/contrib/kyua/utils/config/
H A Dnodes.cpp101 const tree_key& key, in combine_children_into()
141 config::detail::inner_node::combine_into(const tree_key& key, in combine_into()
175 config::detail::inner_node::lookup_ro(const tree_key& key, in lookup_ro()
220 config::detail::inner_node::lookup_rw(const tree_key& key, in lookup_rw()
314 config::detail::static_inner_node::combine(const tree_key& key, in combine()
335 config::detail::static_inner_node::define(const tree_key& key, in define()
395 config::detail::dynamic_inner_node::combine(const tree_key& key, in combine()
419 config::leaf_node::combine(const detail::tree_key& key, in combine()
H A Dkeys.cpp45 utils::config::detail::flatten_key(const tree_key& key) in flatten_key()
63 const tree_key key = text::split(str, '.'); in parse_key() local
/freebsd/crypto/heimdal/kdc/
H A Dkx509.c64 krb5_keyblock *key) in verify_req_hash()
102 krb5_keyblock *key, in calculate_reply_hash()
151 const krb5_data *key, in build_certificate()
304 krb5_keyblock *key = NULL; in _kdc_do_kx509() local
394 RSAPublicKey key; in _kdc_do_kx509() local
/freebsd/crypto/openssl/crypto/camellia/
H A Dcmll_cfb.c26 size_t length, const CAMELLIA_KEY *key, in Camellia_cfb128_encrypt()
36 size_t length, const CAMELLIA_KEY *key, in Camellia_cfb1_encrypt()
44 size_t length, const CAMELLIA_KEY *key, in Camellia_cfb8_encrypt()
/freebsd/crypto/openssl/crypto/aes/
H A Daes_cfb.c26 size_t length, const AES_KEY *key, in AES_cfb128_encrypt()
36 size_t length, const AES_KEY *key, in AES_cfb1_encrypt()
44 size_t length, const AES_KEY *key, in AES_cfb8_encrypt()
/freebsd/sys/contrib/openzfs/module/icp/io/
H A Daes.c227 init_keysched(crypto_key_t *key, void *newbie) in init_keysched()
244 crypto_key_t *key, crypto_spi_ctx_template_t template) in aes_encrypt_init()
251 crypto_key_t *key, crypto_spi_ctx_template_t template) in aes_decrypt_init()
263 crypto_key_t *key, crypto_spi_ctx_template_t template, in aes_common_init()
832 crypto_key_t *key, crypto_data_t *plaintext, crypto_data_t *ciphertext, in aes_encrypt_atomic()
958 crypto_key_t *key, crypto_data_t *ciphertext, crypto_data_t *plaintext, in aes_decrypt_atomic()
1110 aes_create_ctx_template(crypto_mechanism_t *mechanism, crypto_key_t *key, in aes_create_ctx_template()
1169 crypto_mechanism_t *mechanism, crypto_key_t *key, int kmflag, in aes_common_init_ctx()
1286 crypto_key_t *key, crypto_data_t *data, crypto_data_t *mac, in aes_mac_atomic()
1306 aes_mac_verify_atomic(crypto_mechanism_t *mechanism, crypto_key_t *key, in aes_mac_verify_atomic()
/freebsd/contrib/wpa/src/crypto/
H A Ddes-internal.c273 static void deskey(const u8 *key, int decrypt, u32 *keyout) in deskey()
399 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt()
428 void des_key_setup(const u8 *key, u32 *ek, u32 *dk) in des_key_setup()
457 void des3_key_setup(const u8 *key, struct des3_key_s *dkey) in des3_key_setup()
469 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt) in des3_encrypt()
483 void des3_decrypt(const u8 *crypt, const struct des3_key_s *key, u8 *plain) in des3_decrypt()
/freebsd/lib/libc/stdlib/
H A Dlsearch.c19 void *lsearch(const void *key, void *base, size_t *nelp, size_t width, in lsearch()
26 void *lfind(const void *key, const void *base, size_t *nelp, size_t width, in lfind()
34 lwork(const void *key, const void *base, size_t *nelp, size_t width, in lwork()

12345678910>>...77