Searched defs:enc (Results 51 - 75 of 123) sorted by relevance

12345

/freebsd-10-stable/sys/geom/eli/
H A Dg_eli_crypto.c60 g_eli_crypto_cipher(u_int algo, int enc, u_char *data, size_t datasize, argument
134 g_eli_crypto_cipher(u_int algo, int enc, u_char *data, size_t datasize, argument
/freebsd-10-stable/crypto/openssl/apps/
H A Ddsa.c104 const EVP_CIPHER *enc = NULL; local
H A Dec.c93 const EVP_CIPHER *enc = NULL; local
H A Dgenrsa.c100 const EVP_CIPHER *enc = NULL; local
[all...]
H A Drsa.c107 const EVP_CIPHER *enc = NULL; local
H A Denc.c116 int enc = 1, printkey = 0, i, base64 = 0; local
[all...]
/freebsd-10-stable/crypto/openssl/crypto/asn1/
H A Dtasn_utl.c142 ASN1_ENCODING *enc; local
153 ASN1_ENCODING *enc; local
167 ASN1_ENCODING *enc; local
187 ASN1_ENCODING *enc; local
[all...]
/freebsd-10-stable/crypto/openssl/crypto/des/
H A Ddes_enc.c62 void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc) argument
154 void DES_encrypt2(DES_LONG *data, DES_key_schedule *ks, int enc) argument
284 DES_ede3_cbc_encrypt(const unsigned char *input, unsigned char *output, long length, DES_key_schedule *ks1, DES_key_schedule *ks2, DES_key_schedule *ks3, DES_cblock *ivec, int enc) argument
/freebsd-10-stable/crypto/openssl/crypto/evp/
H A De_rc2.c132 rc2_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
H A De_des3.c238 des_ede_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
254 des_ede3_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
H A De_rc4_hmac_md5.c85 rc4_hmac_md5_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *inkey, const unsigned char *iv, int enc) argument
H A Devp_enc.c94 EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv, int enc) argument
102 EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv, int enc) argument
[all...]
H A De_aes_cbc_hmac_sha1.c116 aesni_cbc_hmac_sha1_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *inkey, const unsigned char *iv, int enc) argument
/freebsd-10-stable/crypto/openssl/crypto/pem/
H A Dpem_all.c192 int PEM_write_bio_RSAPrivateKey(BIO *bp, RSA *x, const EVP_CIPHER *enc, argument
214 int PEM_write_RSAPrivateKey(FILE *fp, RSA *x, const EVP_CIPHER *enc, argument
273 int PEM_write_bio_DSAPrivateKey(BIO *bp, DSA *x, const EVP_CIPHER *enc, argument
295 int PEM_write_DSAPrivateKey(FILE *fp, DSA *x, const EVP_CIPHER *enc, argument
383 PEM_write_ECPrivateKey(FILE *fp, EC_KEY *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u) argument
[all...]
/freebsd-10-stable/crypto/openssl/ssl/
H A Ds2_clnt.c601 int clear, enc, karg, i; local
[all...]
H A Dd1_clnt.c1082 const EVP_CIPHER *enc = NULL; local
/freebsd-10-stable/sys/dev/ahci/
H A Dahciem.c76 struct ahci_enclosure *enc = device_get_softc(dev); local
203 struct ahci_enclosure *enc = device_get_softc(dev); local
228 struct ahci_enclosure *enc; local
249 struct ahci_enclosure *enc = device_get_softc(dev); local
260 struct ahci_enclosure *enc = device_get_softc(dev); local
288 struct ahci_enclosure *enc; local
319 struct ahci_enclosure *enc; local
366 struct ahci_enclosure *enc; local
519 struct ahci_enclosure *enc; local
548 struct ahci_enclosure *enc; local
[all...]
/freebsd-10-stable/contrib/mdocml/
H A Dterm.h81 enum termenc enc; /* Type of encoding. */ member in struct:termp
/freebsd-10-stable/contrib/nvi/common/
H A Dconv.c371 conv_enc(SCR *sp, int option, char *enc) argument
[all...]
/freebsd-10-stable/contrib/texinfo/makeinfo/
H A Dlang.c623 encoding_code_type enc; local
/freebsd-10-stable/contrib/wpa/src/crypto/
H A Dcrypto_gnutls.c190 gcry_cipher_hd_t enc; member in struct:crypto_cipher
[all...]
/freebsd-10-stable/sys/netgraph/
H A Dng_rfc1490.c110 const struct ng_rfc1490_encap_t *enc; member in struct:ng_rfc1490_private
225 const struct ng_rfc1490_encap_t *enc; local
[all...]
/freebsd-10-stable/crypto/openssl/crypto/engine/
H A Deng_openssl.c243 test_rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
/freebsd-10-stable/crypto/openssl/engines/ccgost/
H A Dgost_crypt.c183 gost_cipher_init_param(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc, int paramNID, int mode) argument
202 gost_cipher_init_cpa(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
218 gost_cipher_init(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
/freebsd-10-stable/sys/dev/drm2/radeon/
H A Dradeon_acpi.c353 struct radeon_encoder *enc = atif->encoder_for_bl; local
570 struct radeon_encoder *enc = to_radeon_encoder(tmp); local
[all...]

Completed in 312 milliseconds

12345