Home
last modified time | relevance | path

Searched defs:crypt (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dsymmetric.c94 std_set_iv(pgp_crypt_t *crypt, const uint8_t *iv) in std_set_iv()
101 std_set_key(pgp_crypt_t *crypt, const uint8_t *key) in std_set_key()
121 std_finish(pgp_crypt_t *crypt) in std_finish()
134 cast5_init(pgp_crypt_t *crypt) in cast5_init()
153 cast5_block_encrypt(pgp_crypt_t *crypt, void *out, const void *in) in cast5_block_encrypt()
159 cast5_block_decrypt(pgp_crypt_t *crypt, void *out, const void *in) in cast5_block_decrypt()
165 cast5_cfb_encrypt(pgp_crypt_t *crypt, void *out, const void *in, size_t count) in cast5_cfb_encrypt()
173 cast5_cfb_decrypt(pgp_crypt_t *crypt, void *out, const void *in, size_t count) in cast5_cfb_decrypt()
205 blowfish_init(pgp_crypt_t *crypt) in blowfish_init()
228 blowfish_block_encrypt(pgp_crypt_t *crypt, void *out, const void *in) in blowfish_block_encrypt()
[all …]
H A Dwriter.c923 pgp_crypt_t *crypt; member
1013 pgp_crypt_t *crypt; member
1385 pgp_crypt_t *crypt; member
/netbsd-src/external/bsd/wpa/dist/src/crypto/
H A Ddes-internal.c435 void des_block_encrypt(const u8 *plain, const u32 *ek, u8 *crypt) in des_block_encrypt()
446 void des_block_decrypt(const u8 *crypt, const u32 *dk, u8 *plain) in des_block_decrypt()
469 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt) in des3_encrypt()
483 void des3_decrypt(const u8 *crypt, const struct des3_key_s *key, u8 *plain) in des3_decrypt()
H A Daes-gcm.c230 const u8 *crypt, size_t crypt_len, u8 *S) in aes_gcm_ghash()
256 const u8 *aad, size_t aad_len, u8 *crypt, u8 *tag) in aes_gcm_ae()
289 const u8 *crypt, size_t crypt_len, in aes_gcm_ad()
H A Dcrypto_internal-cipher.c104 u8 *crypt, size_t len) in crypto_cipher_encrypt()
166 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt()
H A Daes-ccm.c150 const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth) in aes_ccm_ae()
179 size_t M, const u8 *crypt, size_t crypt_len, in aes_ccm_ad()
H A Daes-internal-enc.c119 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt()
H A Daes-internal-dec.c151 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt()
/netbsd-src/external/bsd/wpa/dist/src/eap_common/
H A Dikev2_common.c176 const u8 *plain, u8 *crypt, size_t len) in ikev2_encr_encrypt()
211 const u8 *crypt, u8 *plain, size_t len) in ikev2_encr_decrypt()
/netbsd-src/lib/libcrypt/
H A Dcrypt.c687 crypt(const char *key, const char *salt) in crypt() function
/netbsd-src/tests/lib/libdes/
H A Dt_des.c65 #define crypt(c,s) (des_crypt((c),(s))) macro