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

/freebsd-11-stable/lib/libcrypt/
H A Dcrypt.c107 crypt(const char *passwd, const char *salt) function
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dxcrypt.c63 # define crypt DES_crypt macro
/freebsd-11-stable/contrib/opie/
H A Dconfigure2076 crypt() function
/freebsd-11-stable/contrib/wpa/src/crypto/
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 Dcrypto_internal-rsa.c111 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-internal-dec.c151 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) argument
H A Daes-internal-enc.c119 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) 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-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 Ddes-internal.c435 void des_block_encrypt(const u8 *plain, const u32 *ek, u8 *crypt) argument
446 void des_block_decrypt(const u8 *crypt, const u32 *dk, u8 *plain) argument
469 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt) argument
483 void des3_decrypt(const u8 *crypt, cons argument
[all...]
H A Dcrypto_nettle.c261 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) argument
292 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) argument
451 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, argument
436 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) argument
H A Dcrypto_gnutls.c237 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) argument
271 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) argument
491 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, argument
481 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) argument
H A Dcrypto_libtomcrypt.c100 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) argument
129 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) argument
378 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, argument
354 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) argument
615 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_linux.c503 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) argument
523 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) argument
985 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, argument
978 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) argument
H A Dcrypto_openssl.c341 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) argument
398 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) argument
728 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, argument
718 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) argument
H A Dcrypto_wolfssl.c328 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) argument
361 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) argument
574 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, argument
544 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) argument
[all...]
/freebsd-11-stable/contrib/wpa/src/tls/
H A Dpkcs1.c134 pkcs1_decrypt_public_key(struct crypto_rsa_key *key, const u8 *crypt, size_t crypt_len, u8 *plain, size_t *plain_len) argument
/freebsd-11-stable/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-11-stable/crypto/heimdal/
H A Dconfigure21480 crypt() function
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libdes/
H A Dt_des.c65 #define crypt(c,s) (des_crypt((c),(s))) macro
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Dikev2_common.c175 ikev2_encr_encrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, const u8 *plain, u8 *crypt, size_t len) argument
210 ikev2_encr_decrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, const u8 *crypt, u8 *plain, size_t len) argument
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dmesh_rsn.c642 u8 *ampe_buf, *crypt = NULL, *pos, *end; local
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth.c2481 const u8 *end, *ie_start, *ie, *session, *crypt; local

Completed in 322 milliseconds