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

12

/freebsd-current/crypto/openssh/openbsd-compat/
H A Dxcrypt.c59 # define crypt DES_crypt macro
/freebsd-current/lib/libcrypt/
H A Dcrypt.c133 crypt(const char *passwd, const char *salt) function
/freebsd-current/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 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 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-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 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 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.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_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_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_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-current/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-current/crypto/heimdal/
H A Dconfigure21480 crypt() function
[all...]
/freebsd-current/contrib/netbsd-tests/lib/libdes/
H A Dt_des.c65 #define crypt(c,s) (des_crypt((c),(s))) macro
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dqat_crypt.c155 qat_init_crypt_session_ctx(qat_encrypt_dir_t dir, CpaInstanceHandle inst_handle, CpaCySymSessionCtx **cy_session_ctx, crypto_key_t *key, Cpa64U crypt, Cpa32U aad_len) argument
293 qat_crypt(qat_encrypt_dir_t dir, uint8_t *src_buf, uint8_t *dst_buf, uint8_t *aad_buf, uint32_t aad_len, uint8_t *iv_buf, uint8_t *digest_buf, crypto_key_t *key, uint64_t crypt, uint32_t enc_len) argument
H A Dzio_crypt.c223 zio_crypt_key_init(uint64_t crypt, zio_crypt_key_t *key) argument
392 zio_do_crypt_uio(boolean_t encrypt, uint64_t crypt, crypto_key_t *key, argument
495 uint64_t crypt = key->zk_crypt; local
557 zio_crypt_key_unwrap(crypto_key_t *cwkey, uint64_t crypt, uint64_t version, uint64_t guid, uint8_t *keydata, uint8_t *hmac_keydata, uint8_t *iv, uint8_t *mac, zio_crypt_key_t *key) argument
1918 uint64_t crypt = key->zk_crypt; local
[all...]
/freebsd-current/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-current/contrib/wpa/wpa_supplicant/
H A Dmesh_rsn.c637 u8 *ampe_buf, *crypt = NULL, *pos, *end; local
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_hostap.h171 } crypt; member in union:prism2_hostapd_param::__anon67
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c229 zio_crypt_key_init(uint64_t crypt, zio_crypt_key_t *key) argument
434 uint64_t crypt local
397 zio_do_crypt_uio_opencrypto(boolean_t encrypt, freebsd_crypt_session_t *sess, uint64_t crypt, crypto_key_t *key, uint8_t *ivbuf, uint_t datalen, zfs_uio_t *uio, uint_t auth_len) argument
499 zio_crypt_key_unwrap(crypto_key_t *cwkey, uint64_t crypt, uint64_t version, uint64_t guid, uint8_t *keydata, uint8_t *hmac_keydata, uint8_t *iv, uint8_t *mac, zio_crypt_key_t *key) argument
1679 uint64_t crypt = key->zk_crypt; local
[all...]
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_crypto.c1009 uint64_t crypt = ZIO_CRYPT_INHERIT, pcrypt = ZIO_CRYPT_INHERIT; local
1596 uint64_t crypt, pcrypt, keystatus, pkeystatus; local
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Ddsl_crypt.c139 uint64_t crypt = ZIO_CRYPT_INHERIT; local
562 uint64_t crypt = 0, guid = 0, version = 0; local
1192 dsl_dir_get_crypt(dsl_dir_t *dd, uint64_t *crypt) argument
1204 dsl_crypto_key_sync_impl(objset_t *mos, uint64_t dckobj, uint64_t crypt, uint64_t root_ddobj, uint64_t guid, uint8_t *iv, uint8_t *mac, uint8_t *keydata, uint8_t *hmac_keydata, uint64_t keyformat, uint64_t salt, uint64_t iters, dmu_tx_t *tx) argument
1799 uint64_t pcrypt, crypt; local
1909 uint64_t crypt; local
2273 uint64_t crypt, key_guid, keyformat, iters, salt; local
2428 uint64_t crypt = 0, key_guid = 0, format = 0; local
2567 dsl_crypto_key_create_sync(uint64_t crypt, dsl_wrapping_key_t *wkey, dmu_tx_t *tx) argument
[all...]

Completed in 470 milliseconds

12