Searched defs:key (Results 176 - 200 of 1553) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/openssh/
H A Dcipher-bf1.c62 static void bf_ssh1_init (EVP_CIPHER_CTX * ctx, const unsigned char *key, argument
/freebsd-11-stable/crypto/openssl/crypto/pkcs12/
H A Dp12_mutl.c74 unsigned char key[EVP_MAX_MD_SIZE], *salt; local
/freebsd-11-stable/lib/libc/stdlib/
H A Dtdelete.c70 tdelete(const void *restrict key, posix_tnode **restrict rootp, argument
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_spec.c54 _pthread_key_create(pthread_key_t *key, void (*destructor)(void *)) argument
85 int key, ret; local
108 int i, key; local
170 pthread_key_t key; local
201 pthread_key_t key; local
229 int key; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Dfcrypt.c103 DES_cblock key; local
/freebsd-11-stable/lib/libc/tests/stdlib/
H A Dtsearch_test.c85 int key = nrand48(random_state) % NKEYS; local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/db/
H A Dh_lfsr.c61 DBT key, val; local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/hash/
H A Dt_hmac.c45 uint8_t key[256]; local
/freebsd-11-stable/usr.bin/ypmatch/
H A Dypmatch.c80 int outbuflen, key, notrans, rval; local
/freebsd-11-stable/usr.sbin/services_mkdb/
H A Duniq.c63 DBT key; local
/freebsd-11-stable/usr.sbin/bluetooth/hcsecd/
H A Dhcsecd.h46 uint8_t *key; /* link key (or NULL if no key) */ member in struct:link_key
/freebsd-11-stable/usr.sbin/sa/
H A Ddb.c62 DBT key, data; local
59 db_copy_in(DB **mdb, const char *dbname, const char *uname, BTREEINFO *bti, int (*v1_to_v2)(DBT *key, DBT *data)) argument
154 DBT key, data; local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_ftok.c44 static const int key = 123456789; variable
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dsha1-prf.c30 int sha1_prf(const u8 *key, size_t key_len, const char *label, argument
H A Dsha1-tprf.c29 int sha1_t_prf(const u8 *key, size_t key_len, const char *label, argument
H A Dsha1.c26 int hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem, argument
104 hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) argument
[all...]
H A Dsha512.c26 int hmac_sha512_vector(const u8 *key, size_t key_len, size_t num_elem, argument
100 hmac_sha512(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) argument
[all...]
H A Dsha384.c26 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, argument
100 hmac_sha384(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) argument
[all...]
H A Daes-ctr.c25 int aes_ctr_encrypt(const u8 *key, size_t key_len, const u8 *nonce, argument
67 int aes_128_ctr_encrypt(const u8 *key, const u8 *nonce, argument
/freebsd-11-stable/contrib/unbound/util/
H A Drbtree.h63 const void *key; member in struct:rbnode_type
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/Common/
H A DArgs.cpp51 getZOptionValue(opt::InputArgList &args, int id, StringRef key, uint64_t Default) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMapInfo.h201 uint64_t key = (uint64_t)FirstInfo::getHashValue(PairVal.first) << 32 local
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_posix.cpp56 void *key; member in struct:__asan::tsd_key
59 static thread_local struct tsd_key key; member in namespace:__asan
[all...]
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_subr_private.h401 char *key; member in struct:svn_hash__entry_t
[all...]
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dapr_siphash.c121 apr_siphash_auth(unsigned char out[APR_SIPHASH_DSIZE], const void *src, apr_size_t len, const unsigned char key[APR_SIPHASH_KSIZE], unsigned int c, unsigned int d) argument
152 apr_siphash24_auth(unsigned char out[APR_SIPHASH_DSIZE], const void *src, apr_size_t len, const unsigned char key[APR_SIPHASH_KSIZE]) argument
188 apr_siphash48_auth(unsigned char out[APR_SIPHASH_DSIZE], const void *src, apr_size_t len, const unsigned char key[APR_SIPHASH_KSIZE]) argument
[all...]

Completed in 597 milliseconds

1234567891011>>