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

/freebsd-10.1-release/crypto/openssh/openbsd-compat/
H A Dxcrypt.c62 # define crypt DES_crypt macro
/freebsd-10.1-release/lib/libcrypt/
H A Dcrypt.c107 crypt(const char *passwd, const char *salt) function
/freebsd-10.1-release/contrib/opie/
H A Dconfigure2076 crypt() function
/freebsd-10.1-release/contrib/wpa/src/crypto/
H A Daes-internal-enc.c115 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) argument
H A Dcrypto_internal-rsa.c102 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 Daes-ccm.c148 aes_ccm_ae(const u8 *key, size_t key_len, const u8 *nonce, size_t M, const u8 *plain, size_t plain_len, const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth) argument
178 aes_ccm_ad(const u8 *key, size_t key_len, const u8 *nonce, size_t M, const u8 *crypt, size_t crypt_len, const u8 *aad, size_t aad_len, const u8 *auth, u8 *plain) argument
H A Daes-internal-dec.c150 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) argument
H A Dcrypto_internal-cipher.c103 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) argument
166 crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, u8 *plain, size_t len) argument
[all...]
H A Daes-gcm.c229 aes_gcm_ghash(const u8 *H, const u8 *aad, size_t aad_len, const u8 *crypt, size_t crypt_len, u8 *S) argument
254 aes_gcm_ae(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, const u8 *plain, size_t plain_len, const u8 *aad, size_t aad_len, u8 *crypt, u8 *tag) argument
288 aes_gcm_ad(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, const u8 *crypt, size_t crypt_len, const u8 *aad, size_t aad_len, const u8 *tag, u8 *plain) argument
H A Dcrypto_gnutls.c110 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) argument
140 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) argument
284 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, argument
274 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) argument
H A Dcrypto_nss.c144 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) argument
160 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) argument
198 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, argument
191 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) argument
H A Ddes-internal.c434 void des_block_encrypt(const u8 *plain, const u32 *ek, u8 *crypt) argument
445 void des_block_decrypt(const u8 *crypt, const u32 *dk, u8 *plain) argument
468 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt) argument
482 void des3_decrypt(const u8 *crypt, cons argument
[all...]
H A Dcrypto_cryptoapi.c291 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) argument
323 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) argument
590 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) argument
607 crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, u8 *plain, size_t len) argument
[all...]
H A Dcrypto_libtomcrypt.c99 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) argument
128 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) argument
374 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, argument
350 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) argument
611 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.c229 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) argument
280 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) argument
441 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, argument
431 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) argument
/freebsd-10.1-release/contrib/wpa/src/tls/
H A Dpkcs1.c127 pkcs1_decrypt_public_key(struct crypto_rsa_key *key, const u8 *crypt, size_t crypt_len, u8 *plain, size_t *plain_len) argument
/freebsd-10.1-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-10.1-release/crypto/heimdal/
H A Dconfigure21480 crypt() function
[all...]
/freebsd-10.1-release/contrib/wpa/src/eap_common/
H A Dikev2_common.c189 ikev2_encr_encrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, const u8 *plain, u8 *crypt, size_t len) argument
248 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 122 milliseconds