Searched defs:crypt (Results 1 – 6 of 6) sorted by relevance
/minix3/crypto/external/bsd/netpgp/dist/src/lib/ |
H A D | symmetric.c | 90 std_set_iv(pgp_crypt_t *crypt, const uint8_t *iv) in std_set_iv() 97 std_set_key(pgp_crypt_t *crypt, const uint8_t *key) in std_set_key() 117 std_finish(pgp_crypt_t *crypt) in std_finish() 130 cast5_init(pgp_crypt_t *crypt) in cast5_init() 149 cast5_block_encrypt(pgp_crypt_t *crypt, void *out, const void *in) in cast5_block_encrypt() 155 cast5_block_decrypt(pgp_crypt_t *crypt, void *out, const void *in) in cast5_block_decrypt() 161 cast5_cfb_encrypt(pgp_crypt_t *crypt, void *out, const void *in, size_t count) in cast5_cfb_encrypt() 169 cast5_cfb_decrypt(pgp_crypt_t *crypt, void *out, const void *in, size_t count) in cast5_cfb_decrypt() 197 idea_init(pgp_crypt_t *crypt) in idea_init() 228 idea_block_encrypt(pgp_crypt_t *crypt, void *out, const void *in) in idea_block_encrypt() [all …]
|
H A D | writer.c | 923 pgp_crypt_t *crypt; member 1013 pgp_crypt_t *crypt; member 1385 pgp_crypt_t *crypt; member
|
/minix3/crypto/external/bsd/openssl/dist/crypto/des/ |
H A D | speed.c | 73 # define crypt(c,s) (des_crypt((c),(s))) macro
|
H A D | destest.c | 81 # define crypt(c,s) (DES_crypt((c),(s))) macro
|
/minix3/lib/libcrypt/ |
H A D | crypt.c | 617 crypt(const char *key, const char *salt) in crypt() function
|
/minix3/tests/lib/libdes/ |
H A D | t_des.c | 65 #define crypt(c,s) (des_crypt((c),(s))) macro
|