Searched defs:key (Results 76 - 100 of 1449) sorted by relevance

1234567891011>>

/freebsd-11.0-release/crypto/openssl/crypto/cast/
H A Dc_skey.c75 void CAST_set_key(CAST_KEY *key, int len, const unsigned char *data) argument
82 void private_CAST_set_key(CAST_KEY *key, int len, const unsigned char *data) argument
/freebsd-11.0-release/crypto/openssl/crypto/des/
H A Dread2pwd.c117 int DES_read_password(DES_cblock *key, const char *prompt, int verify) argument
H A Dstr2key.c62 void DES_string_to_key(const char *str, DES_cblock *key) argument
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/evp/
H A De_bf.c80 static int bf_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, argument
H A De_cast.c82 static int cast_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, argument
/freebsd-11.0-release/contrib/ntp/sntp/
H A Dcrypto.h19 struct key { struct
/freebsd-11.0-release/contrib/ntp/sntp/libevent/include/event2/
H A Dkeyvalq_struct.h61 char *key; member in struct:evkeyval
/freebsd-11.0-release/sys/crypto/camellia/
H A Dcamellia-api.c39 camellia_set_key(camellia_ctx *ctx, const u_char *key, int bits) argument
/freebsd-11.0-release/sys/crypto/rijndael/
H A Drijndael-api.c40 rijndael_set_key(rijndael_ctx *ctx, const u_char *key, int bits) argument
H A Dtest00.c45 uint8_t key[16]; local
/freebsd-11.0-release/sys/opencrypto/
H A Dxform_blf.c77 blf_encrypt(caddr_t key, u_int8_t *blk) argument
92 blf_decrypt(caddr_t key, u_int8_t *blk) argument
107 blf_setkey(u_int8_t **sched, u_int8_t *key, int len) argument
H A Dxform_cast5.c76 cast5_encrypt(caddr_t key, u_int8_t *blk) argument
82 cast5_decrypt(caddr_t key, u_int8_t *blk) argument
88 cast5_setkey(u_int8_t **sched, u_int8_t *key, int len) argument
H A Dxform_cml.c77 cml_encrypt(caddr_t key, u_int8_t *blk) argument
83 cml_decrypt(caddr_t key, u_int8_t *blk) argument
90 cml_setkey(u_int8_t **sched, u_int8_t *key, int len) argument
H A Dxform_rijndael.c77 rijndael128_encrypt(caddr_t key, u_int8_t *blk) argument
83 rijndael128_decrypt(caddr_t key, u_int8_t *blk) argument
90 rijndael128_setkey(u_int8_t **sched, u_int8_t *key, int len) argument
/freebsd-11.0-release/usr.sbin/bluetooth/hcsecd/
H A Dparser.y133 key: T_KEY T_HEXSTRING label
[all...]
/freebsd-11.0-release/crypto/heimdal/kadmin/
H A Dadd_enctype.c97 krb5_key_data *key = &princ.key_data[i]; local
H A Ddel_enctype.c91 krb5_key_data *key = &princ.key_data[i]; local
H A Drandom_password.c81 RND(unsigned char *key, int keylen, int *left) argument
H A Dstash.c79 krb5_keyblock key; local
[all...]
/freebsd-11.0-release/crypto/heimdal/lib/asn1/
H A Dsymbol.c76 Symbol key, *s; local
/freebsd-11.0-release/crypto/heimdal/lib/hx509/
H A Denv.c56 hx509_env_add(hx509_context context, hx509_env *env, const char *key, const char *value) argument
107 hx509_env_add_binding(hx509_context context, hx509_env *env, const char *key, hx509_env list) argument
154 hx509_env_lfind(hx509_context context, hx509_env env, const char *key, size_t len) argument
179 hx509_env_find(hx509_context context, hx509_env env, const char *key) argument
202 hx509_env_find_binding(hx509_context context, hx509_env env, const char *key) argument
[all...]
/freebsd-11.0-release/crypto/heimdal/lib/krb5/
H A Dcrypto-null.c52 NONE_checksum(krb5_context context, struct _krb5_key_data *key, const void *data, size_t len, unsigned usage, Checksum *C) argument
73 NULL_encrypt(krb5_context context, struct _krb5_key_data *key, void *data, size_t len, krb5_boolean encryptp, int usage, void *ivec) argument
H A Dderived-key-test.c42 unsigned char key[MAXSIZE]; member in struct:testcase
91 krb5_keyblock key; local
H A Dmk_priv.c50 krb5_keyblock *key; local
H A Dmk_safe.c49 krb5_keyblock *key; local

Completed in 159 milliseconds

1234567891011>>