Searched defs:key (Results 101 - 125 of 1449) sorted by relevance

1234567891011>>

/freebsd-11.0-release/crypto/heimdal/lib/krb5/
H A Drd_priv.c48 krb5_keyblock *key; local
H A Drd_safe.c47 krb5_keyblock *key; local
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.0-release/contrib/subversion/subversion/include/private/
H A Dsvn_subr_private.h401 char *key; member in struct:svn_hash__entry_t
[all...]
/freebsd-11.0-release/contrib/wpa/src/crypto/
H A Daes-cbc.c24 int aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) argument
57 int aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) argument
H A Daes-ctr.c24 int aes_128_ctr_encrypt(const u8 *key, const u8 *nonce, argument
H A Daes-eax.c28 int aes_128_eax_encrypt(const u8 *key, const u8 *nonce, size_t nonce_len, argument
92 int aes_128_eax_decrypt(const u8 *key, const u8 *nonce, size_t nonce_len, argument
[all...]
H A Dmd5.c26 int hmac_md5_vector(const u8 *key, size_t key_len, size_t num_elem, argument
105 hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) argument
[all...]
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
103 hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) argument
[all...]
H A Dsha256.c26 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, argument
100 hmac_sha256(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) argument
[all...]
/freebsd-11.0-release/contrib/wpa/src/tls/
H A Dpkcs8.c180 struct crypto_private_key *key; local
/freebsd-11.0-release/contrib/unbound/util/
H A Drbtree.h63 const void *key; member in struct:rbnode_t
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/modes/
H A Dcbc128.c66 CRYPTO_cbc128_encrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) argument
116 CRYPTO_cbc128_decrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) argument
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/pkcs12/
H A Dp12_mutl.c74 unsigned char key[EVP_MAX_MD_SIZE], *salt; local
/freebsd-11.0-release/crypto/openssl/crypto/rc4/
H A Drc4.c78 RC4_KEY key; local
H A Drc4test.c121 RC4_KEY key; local
[all...]
/freebsd-11.0-release/gnu/usr.bin/rcs/lib/
H A Drcskeys.c123 char *key; local
163 char *copy, *next, *key; local
[all...]
/freebsd-11.0-release/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.0-release/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.0-release/lib/libc/db/recno/
H A Drec_close.c111 DBT data, key; local

Completed in 121 milliseconds

1234567891011>>