Searched defs:key (Results 276 - 300 of 1350) sorted by relevance

<<11121314151617181920>>

/freebsd-10.3-release/crypto/heimdal/lib/krb5/
H A Dtest_crypto.c43 krb5_keyblock key; local
99 krb5_keyblock key; local
H A Dtest_crypto_wrapping.c45 krb5_keyblock key; local
/freebsd-10.3-release/contrib/wpa/src/crypto/
H A Daes-internal-dec.c59 void * aes_decrypt_init(const u8 *key, size_t len) argument
H A Daes-internal-enc.c98 void * aes_encrypt_init(const u8 *key, size_t len) argument
H A Dcrypto_internal-cipher.c22 u8 key[16]; member in struct:crypto_cipher::__anon4898::__anon4899
31 struct des3_key_s key; member in struct:crypto_cipher::__anon4898::__anon4901
43 crypto_cipher_init(enum crypto_cipher_alg alg, const u8 *iv, const u8 *key, size_t key_len) argument
[all...]
H A Dcrypto_internal-rsa.c22 struct crypto_public_key * crypto_public_key_import(const u8 *key, size_t len) argument
29 struct crypto_private_key * crypto_private_key_import(const u8 *key, argument
63 int crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key, argument
72 crypto_private_key_decrypt_pkcs1_v15(struct crypto_private_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
81 crypto_private_key_sign_pkcs1(struct crypto_private_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
90 crypto_public_key_free(struct crypto_public_key *key) argument
96 crypto_private_key_free(struct crypto_private_key *key) argument
102 crypto_public_key_decrypt_pkcs1(struct crypto_public_key *key, const u8 *crypt, size_t crypt_len, u8 *plain, size_t *plain_len) argument
[all...]
/freebsd-10.3-release/contrib/wpa/src/eap_peer/
H A Deap_vendor_test.c150 u8 *key; local
/freebsd-10.3-release/contrib/wpa/src/tls/
H A Dpkcs1.c79 int pkcs1_encrypt(int block_type, struct crypto_rsa_key *key, argument
95 int pkcs1_v15_private_key_decrypt(struct crypto_rsa_key *key, argument
127 int pkcs1_decrypt_public_key(struct crypto_rsa_key *key, argument
H A Drsa.c64 struct crypto_rsa_key *key; local
128 struct crypto_rsa_key *key; local
226 crypto_rsa_get_modulus_len(struct crypto_rsa_key *key) argument
242 crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen, struct crypto_rsa_key *key, int use_private) argument
339 crypto_rsa_free(struct crypto_rsa_key *key) argument
[all...]
/freebsd-10.3-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_dict_helpers.h130 const char *key; /** key of the dict entry */ member in struct:wpa_dbus_dict_entry
[all...]
/freebsd-10.3-release/contrib/opie/libopie/
H A Dverify.c72 struct opie_otpkey key, fkey, lastkey; local
[all...]
/freebsd-10.3-release/crypto/openssl/crypto/bf/
H A Dbfspeed.c166 static unsigned char key[] = { local
/freebsd-10.3-release/crypto/openssl/crypto/cast/
H A Dcast_spd.c166 static unsigned char key[] = { local
/freebsd-10.3-release/crypto/openssl/crypto/cmac/
H A Dcm_pmeth.c172 unsigned char *key; local
/freebsd-10.3-release/crypto/openssl/crypto/dh/
H A Ddh_key.c85 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) argument
194 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) argument
/freebsd-10.3-release/crypto/openssl/crypto/ecdh/
H A Dech_lib.c208 ECDH_DATA *ecdh_check(EC_KEY *key) argument
/freebsd-10.3-release/crypto/openssl/crypto/evp/
H A De_rc2.c132 static int rc2_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, argument
H A Devp_key.c121 EVP_BytesToKey(const EVP_CIPHER *type, const EVP_MD *md, const unsigned char *salt, const unsigned char *data, int datal, int count, unsigned char *key, unsigned char *iv) argument
H A Devp_pkey.c171 int EVP_PKEY_get_attr_count(const EVP_PKEY *key) argument
176 int EVP_PKEY_get_attr_by_NID(const EVP_PKEY *key, int nid, int lastpos) argument
181 int EVP_PKEY_get_attr_by_OBJ(const EVP_PKEY *key, ASN1_OBJECT *obj, argument
187 X509_ATTRIBUTE *EVP_PKEY_get_attr(const EVP_PKEY *key, int loc) argument
192 EVP_PKEY_delete_attr(EVP_PKEY *key, int loc) argument
197 EVP_PKEY_add1_attr(EVP_PKEY *key, X509_ATTRIBUTE *attr) argument
204 EVP_PKEY_add1_attr_by_OBJ(EVP_PKEY *key, const ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len) argument
213 EVP_PKEY_add1_attr_by_NID(EVP_PKEY *key, int nid, int type, const unsigned char *bytes, int len) argument
222 EVP_PKEY_add1_attr_by_txt(EVP_PKEY *key, const char *attrname, int type, const unsigned char *bytes, int len) argument
[all...]
H A Dpmeth_gn.c200 EVP_PKEY_new_mac_key(int type, ENGINE *e, const unsigned char *key, int keylen) argument
/freebsd-10.3-release/crypto/openssl/crypto/hmac/
H A Dhmac.c68 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, argument
148 HMAC_Init(HMAC_CTX *ctx, const void *key, int len, const EVP_MD *md) argument
230 HMAC(const EVP_MD *evp_md, const void *key, int key_len, const unsigned char *d, size_t n, unsigned char *md, unsigned int *md_len) argument
[all...]
/freebsd-10.3-release/crypto/openssl/crypto/idea/
H A Di_cbc.c138 void idea_encrypt(unsigned long *d, IDEA_KEY_SCHEDULE *key) argument
H A Dideatest.c115 IDEA_KEY_SCHEDULE key, dkey; local
/freebsd-10.3-release/crypto/openssl/crypto/modes/
H A Dctr128.c119 CRYPTO_ctr128_encrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], unsigned char ecount_buf[16], unsigned int *num, block128_f block) argument
198 CRYPTO_ctr128_encrypt_ctr32(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], unsigned char ecount_buf[16], unsigned int *num, ctr128_f func) argument
/freebsd-10.3-release/crypto/openssl/crypto/pem/
H A Dpem_seal.c74 unsigned char key[EVP_MAX_KEY_LENGTH]; local

Completed in 225 milliseconds

<<11121314151617181920>>