Searched defs:crypt (Results 1 - 19 of 19) sorted by relevance

/freebsd-9.3-release/contrib/lukemftpd/
H A Dconfigure1056 crypt() function
[all...]
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dxcrypt.c62 # define crypt DES_crypt macro
/freebsd-9.3-release/lib/libcrypt/
H A Dcrypt.c107 crypt(const char *passwd, const char *salt) function
/freebsd-9.3-release/crypto/heimdal/
H A Dconfigure39307 crypt() function
[all...]
/freebsd-9.3-release/contrib/opie/
H A Dconfigure2076 crypt() function
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Daes-internal-dec.c141 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) argument
H A Daes-internal-enc.c111 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) argument
H A Dcrypto_internal-rsa.c109 crypto_public_key_decrypt_pkcs1(struct crypto_public_key *key, const u8 *crypt, size_t crypt_len, u8 *plain, size_t *plain_len) argument
H A Dcrypto_internal-cipher.c115 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) argument
179 crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, u8 *plain, size_t len) argument
[all...]
H A Dcrypto_gnutls.c116 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) argument
146 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) argument
290 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, argument
280 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) argument
H A Dcrypto_nss.c150 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) argument
166 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) argument
204 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, argument
197 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) argument
H A Ddes-internal.c440 void des_block_encrypt(const u8 *plain, const u32 *ek, u8 *crypt) argument
451 void des_block_decrypt(const u8 *crypt, const u32 *dk, u8 *plain) argument
474 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt) argument
488 void des3_decrypt(const u8 *crypt, cons argument
[all...]
H A Dcrypto_cryptoapi.c297 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) argument
329 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) argument
596 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) argument
613 crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, u8 *plain, size_t len) argument
[all...]
H A Dcrypto_libtomcrypt.c105 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) argument
134 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) argument
380 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, argument
356 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) argument
617 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...]
H A Dcrypto_openssl.c224 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) argument
250 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) argument
394 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, argument
384 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) argument
/freebsd-9.3-release/contrib/wpa/src/tls/
H A Dpkcs1.c133 pkcs1_decrypt_public_key(struct crypto_rsa_key *key, const u8 *crypt, size_t crypt_len, u8 *plain, size_t *plain_len) argument
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Dspeed.c73 # define crypt(c,s) (des_crypt((c),(s))) macro
H A Ddestest.c87 # define crypt(c,s) (DES_crypt((c),(s))) macro
/freebsd-9.3-release/contrib/wpa/src/eap_common/
H A Dikev2_common.c194 ikev2_encr_encrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, const u8 *plain, u8 *crypt, size_t len) argument
253 ikev2_encr_decrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, const u8 *crypt, u8 *plain, size_t len) argument

Completed in 272 milliseconds