Searched defs:key (Results 201 - 225 of 1449) sorted by relevance

1234567891011>>

/freebsd-11.0-release/crypto/heimdal/lib/roken/
H A Dtsearch.c23 char *key; member in struct:node
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dmiscellaneous-table.c67 DBT key, value; local
89 DBT key, value; local
119 DBT key, value; local
H A Duuids-table.c72 DBT key, value; local
105 DBT key; local
135 DBT key; local
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/svn/
H A Dsimilarity.c43 svn_string_t key; /* The token we're comparing with */ member in struct:svn_cl__simcheck_context_t
50 simcheck_key_diff(const svn_string_t *key, const svn_string_t *ctx, svn_membuf_t *buffer, apr_size_t *diff) argument
85 svn_cl__similarity_check(const char *key, svn_cl__simcheck_t **tokens, apr_size_t token_count, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11.0-release/contrib/wpa/src/crypto/
H A Dcrypto_internal.c26 u8 key[64]; member in struct:crypto_hash
31 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, argument
[all...]
H A Dsha256-prf.c29 void sha256_prf(const u8 *key, size_t key_len, const char *label, argument
51 sha256_prf_bits(const u8 *key, size_t key_len, const char *label, const u8 *data, size_t data_len, u8 *buf, size_t buf_len_bits) argument
[all...]
H A Dsha384-prf.c29 void sha384_prf(const u8 *key, size_t key_len, const char *label, argument
51 sha384_prf_bits(const u8 *key, size_t key_len, const char *label, const u8 *data, size_t data_len, u8 *buf, size_t buf_len_bits) argument
[all...]
/freebsd-11.0-release/contrib/wpa/src/eap_common/
H A Deap_peap_common.c15 int peap_prfplus(int version, const u8 *key, size_t key_len, argument
/freebsd-11.0-release/contrib/opie/libopie/
H A Dgenerator.c142 struct opie_otpkey key; local
[all...]
/freebsd-11.0-release/contrib/tcpdump/
H A Dsignature.c49 signature_compute_hmac_md5(const uint8_t *text, int text_len, unsigned char *key, argument
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/modes/
H A Dcfb128.c67 CRYPTO_cfb128_encrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], int *num, int enc, block128_f block) argument
187 cfbr_encrypt_block(const unsigned char *in, unsigned char *out, int nbits, const void *key, unsigned char ivec[16], int enc, block128_f block) argument
223 CRYPTO_cfb128_1_encrypt(const unsigned char *in, unsigned char *out, size_t bits, const void *key, unsigned char ivec[16], int *num, int enc, block128_f block) argument
242 CRYPTO_cfb128_8_encrypt(const unsigned char *in, unsigned char *out, size_t length, const void *key, unsigned char ivec[16], int *num, int enc, block128_f block) argument
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/pkcs12/
H A Dp12_crpt.c78 unsigned char key[EVP_MAX_KEY_LENGTH], iv[EVP_MAX_IV_LENGTH]; local
/freebsd-11.0-release/crypto/openssl/crypto/rc4/
H A Drc4_enc.c71 void RC4(RC4_KEY *key, size_t len, const unsigned char *indata, argument
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/rc5/
H A Drc5_enc.c139 void RC5_32_encrypt(unsigned long *d, RC5_32_KEY *key) argument
175 void RC5_32_decrypt(unsigned long *d, RC5_32_KEY *key) argument
/freebsd-11.0-release/lib/libc/db/btree/
H A Dbt_seq.c75 __bt_seq(const DB *dbp, DBT *key, DBT *data, u_int flags) argument
147 __bt_seqset(BTREE *t, EPG *ep, DBT *key, int flags) argument
330 __bt_first(BTREE *t, const DBT *key, EPG *erval, int *exactp) argument
[all...]
H A Dbt_utils.c65 __bt_ret(BTREE *t, EPG *e, DBT *key, DBT *rkey, DBT *data, DBT *rdata, int copy) argument
[all...]
/freebsd-11.0-release/lib/libc/db/recno/
H A Drec_delete.c62 __rec_delete(const DB *dbp, const DBT *key, u_int flags) argument
H A Drec_get.c61 __rec_get(const DB *dbp, const DBT *key, DBT *data, u_int flags) argument
H A Drec_put.c60 __rec_put(const DB *dbp, DBT *key, const DBT *data, u_int flags) argument
[all...]
/freebsd-11.0-release/crypto/openssh/
H A Dcipher-3des1.c52 ssh1_3des_init(EVP_CIPHER_CTX *ctx, const u_char *key, const u_char *iv, argument
H A Dssh-ecdsa.c48 ssh_ecdsa_sign(const struct sshkey *key, u_char **sigp, size_t *lenp, argument
111 ssh_ecdsa_verify(const struct sshkey *key, argument
[all...]
H A Dssh-ed25519.c36 ssh_ed25519_sign(const struct sshkey *key, u_char **sigp, size_t *lenp, argument
95 ssh_ed25519_verify(const struct sshkey *key, argument
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/ADT/
H A DDenseMapInfo.h151 uint64_t key = (uint64_t)FirstInfo::getHashValue(PairVal.first) << 32 local
[all...]
/freebsd-11.0-release/contrib/ntp/lib/isc/
H A Dhmacmd5.c38 isc_hmacmd5_init(isc_hmacmd5_t *ctx, const unsigned char *key, argument
72 isc_hmacmd5_init(isc_hmacmd5_t *ctx, const unsigned char *key, argument
[all...]
/freebsd-11.0-release/contrib/ntp/lib/isc/include/isc/
H A Dhmacsha.h52 unsigned char key[ISC_HMACSHA1_KEYLENGTH]; member in struct:__anon4824
57 unsigned char key[ISC_HMACSHA224_KEYLENGTH]; member in struct:__anon4825
62 unsigned char key[ISC_HMACSHA256_KEYLENGTH]; member in struct:__anon4826
67 unsigned char key[ISC_HMACSHA384_KEYLENGTH]; member in struct:__anon4827
72 unsigned char key[ISC_HMACSHA512_KEYLENGTH]; member in struct:__anon4828
[all...]

Completed in 157 milliseconds

1234567891011>>