Searched defs:key (Results 251 - 275 of 1553) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/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-stable/crypto/openssl/crypto/pkcs12/
H A Dp12_crpt.c78 unsigned char key[EVP_MAX_KEY_LENGTH], iv[EVP_MAX_IV_LENGTH]; local
/freebsd-11-stable/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-stable/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-stable/crypto/openssh/
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...]
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 Dcipher-3des1.c54 ssh1_3des_init(EVP_CIPHER_CTX *ctx, const u_char *key, const u_char *iv, argument
/freebsd-11-stable/sys/crypto/des/
H A Ddes_setkey.c70 void des_set_odd_parity(des_cblock *key) argument
78 int des_check_key_parity(des_cblock *key) argument
120 int des_is_weak_key(des_cblock *key) argument
145 int des_set_key(des_cblock *key, des_key_schedule schedule) argument
162 des_set_key_checked(des_cblock *key, des_key_schedule schedule) argument
172 des_set_key_unchecked(des_cblock *key, des_key_schedule schedule) argument
228 des_key_sched(des_cblock *key, des_key_schedule schedule) argument
233 des_fixup_key_parity(des_cblock *key) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/cms/
H A Dcms_enc.c217 cms_EncryptedContent_init(CMS_EncryptedContentInfo *ec, const EVP_CIPHER *cipher, const unsigned char *key, size_t keylen) argument
234 CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph, const unsigned char *key, size_t keylen) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Dset_key.c103 void DES_set_odd_parity(DES_cblock *key) argument
111 int DES_check_key_parity(const_DES_cblock *key) argument
154 int DES_is_weak_key(const_DES_cblock *key) argument
336 int DES_set_key(const_DES_cblock *key, DES_key_schedule *schedule) argument
351 DES_set_key_checked(const_DES_cblock *key, DES_key_schedule *schedule) argument
361 DES_set_key_unchecked(const_DES_cblock *key, DES_key_schedule *schedule) argument
368 private_DES_set_key_unchecked(const_DES_cblock *key, DES_key_schedule *schedule) argument
436 DES_key_sched(const_DES_cblock *key, DES_key_schedule *schedule) argument
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Dtbl_layout.c35 enum tbl_cellt key; member in struct:tbl_phrase
/freebsd-11-stable/usr.bin/ypcat/
H A Dypcat.c66 static int key; variable
/freebsd-11-stable/usr.bin/grep/regex/
H A Dhashtable.c107 hashtable_put(hashtable *tbl, const void *key, const void *value) argument
181 hashtable_lookup(const hashtable *tbl, const void *key) argument
209 hashtable_get(hashtable *tbl, const void *key, void *value) argument
231 hashtable_remove(hashtable *tbl, const void *key) argument
[all...]
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dsha256-prf.c30 int sha256_prf(const u8 *key, size_t key_len, const char *label, argument
54 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 Dsha512-prf.c30 int sha512_prf(const u8 *key, size_t key_len, const char *label, argument
54 sha512_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.c30 int sha384_prf(const u8 *key, size_t key_len, const char *label, argument
54 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...]
H A Dcrypto_internal.c34 u8 key[64]; member in struct:crypto_hash
39 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, argument
[all...]
/freebsd-11-stable/stand/libsa/geli/
H A Dgeliboot_crypto.c38 geliboot_crypt(u_int algo, int enc, u_char *data, size_t datasize, const u_char *key, size_t keysize, u_char *iv) argument
108 g_eli_crypto_cipher(u_int algo, int enc, u_char *data, size_t datasize, const u_char *key, size_t keysize) argument
118 g_eli_crypto_encrypt(u_int algo, u_char *data, size_t datasize, const u_char *key, size_t keysize) argument
130 g_eli_crypto_decrypt(u_int algo, u_char *data, size_t datasize, const u_char *key, size_t keysize) argument
[all...]
/freebsd-11-stable/usr.sbin/rpc.ypupdated/
H A Dyp_dbupdate.c80 DBT key = { NULL, 0 }, data = { NULL, 0 }; local
[all...]
/freebsd-11-stable/contrib/expat/xmlwf/
H A Dxmlmime.c108 matchkey(const char *start, const char *end, const char *key) { argument
H A Dct.c104 matchkey(const char *start, const char *end, const char *key) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFileEntry.h50 uint32_t key = DenseMapInfo<uint32_t>::getEmptyKey(); local
54 uint32_t key = DenseMapInfo<uint32_t>::getTombstoneKey(); local
/freebsd-11-stable/contrib/apr-util/include/private/
H A Dapr_crypto_internal.h286 apr_status_t (*key)(apr_crypto_key_t **key, const apr_crypto_key_rec_t *rec, member in struct:apr_crypto_driver_t
[all...]
/freebsd-11-stable/contrib/apr/include/
H A Dapr_tables.h83 char *key; /* maybe NULL in future; member in struct:apr_table_entry_t
[all...]
/freebsd-11-stable/sys/kern/
H A Duipc_mbufhash.c68 m_ether_tcpip_hash(const uint32_t flags, const struct mbuf *m, const uint32_t key) argument

Completed in 147 milliseconds

<<11121314151617181920>>