Searched defs:key (Results 151 - 175 of 1553) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/opencrypto/
H A Dxform_des1.c76 des1_encrypt(caddr_t key, u_int8_t *blk) argument
85 des1_decrypt(caddr_t key, u_int8_t *blk) argument
94 des1_setkey(u_int8_t **sched, u_int8_t *key, int len) argument
H A Dxform_des3.c77 des3_encrypt(caddr_t key, u_int8_t *blk) argument
86 des3_decrypt(caddr_t key, u_int8_t *blk) argument
95 des3_setkey(u_int8_t **sched, u_int8_t *key, int len) argument
H A Dxform_null.c89 null_encrypt(caddr_t key, u_int8_t *blk) argument
94 null_decrypt(caddr_t key, u_int8_t *blk) argument
99 null_setkey(u_int8_t **sched, u_int8_t *key, int len) argument
H A Dxform_skipjack.c76 skipjack_encrypt(caddr_t key, u_int8_t *blk) argument
82 skipjack_decrypt(caddr_t key, u_int8_t *blk) argument
88 skipjack_setkey(u_int8_t **sched, u_int8_t *key, int len) argument
/freebsd-11-stable/usr.bin/finger/
H A Dsprint.c65 DBT data, key; local
/freebsd-11-stable/usr.bin/grep/regex/
H A Dhashtable.h17 void *key; member in struct:__anon13772
/freebsd-11-stable/sys/fs/msdosfs/
H A Dmsdosfs_fileno.c102 struct msdosfs_fileno key, *mf, *tmf; local
/freebsd-11-stable/sys/dev/random/
H A Dhash.h47 keyInstance key; /* Key schedule */ member in struct:randomdev_key
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A De_idea.c98 static int idea_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, argument
H A De_null.c87 static int null_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, argument
H A De_rc5.c114 static int r_32_12_16_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, argument
H A Dp_open.c73 unsigned char *key = NULL; local
H A Dp_seal.c73 unsigned char key[EVP_MAX_KEY_LENGTH]; local
/freebsd-11-stable/crypto/openssl/crypto/hmac/
H A Dhmac.h81 unsigned char key[HMAC_MAX_MD_CBLOCK]; member in struct:hmac_ctx_st
/freebsd-11-stable/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-stable/crypto/openssl/crypto/rc4/
H A Drc4.c78 RC4_KEY key; local
H A Drc4test.c121 RC4_KEY key; local
[all...]
/freebsd-11-stable/contrib/amd/amd/
H A Dinfo_hesiod.c91 hesiod_search(mnt_map *m, char *map, char *key, char **pval, time_t *tp) argument
H A Dinfo_union.c74 union_search(mnt_map *m, char *map, char *key, char **pval, time_t *tp) argument
H A Dinfo_passwd.c91 passwd_search(mnt_map *m, char *map, char *key, char **pval, time_t *tp) argument
H A Dinfo_ndbm.c58 search_ndbm(mnt_map *m, DBM *db, char *key, char **val) argument
77 ndbm_search(mnt_map *m, char *map, char *key, char **pval, time_t *tp) argument
/freebsd-11-stable/contrib/ofed/libibnetdisc/
H A Dg_hash_table.cpp70 GHashTableInsert(GHashTable *ght, void *key, void *value) argument
77 GHashTableLookup(GHashTable *ght, void *key) argument
/freebsd-11-stable/crypto/openssh/
H A Dmac.h35 u_char *key; member in struct:sshmac
/freebsd-11-stable/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
60 int aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) argument
/freebsd-11-stable/contrib/wpa/src/tls/
H A Dtlsv1_cred.h15 struct crypto_private_key *key; member in struct:tlsv1_credentials

Completed in 243 milliseconds

1234567891011>>