/minix3/crypto/external/bsd/openssl/dist/crypto/des/ |
H A D | DES.xs | 60 des_cbc_encrypt(input,ks,ivec,encrypt) in des_cbc_encrypt() argument 85 des_cbc3_encrypt(input,ks1,ks2,ivec1,ivec2,encrypt) in des_cbc3_encrypt() argument 137 des_cfb_encrypt(input,numbits,ks,ivec,encrypt) in des_cfb_encrypt() argument 162 des_ecb3_encrypt(input,ks1,ks2,encrypt) in des_ecb3_encrypt() argument 203 des_pcbc_encrypt(input,ks,ivec,encrypt) in des_pcbc_encrypt() argument
|
/minix3/crypto/external/bsd/openssl/dist/crypto/rc2/ |
H A D | rc2_ecb.c | 75 int encrypt) in RC2_ecb_encrypt()
|
H A D | rc2cfb64.c | 70 int *num, int encrypt) in RC2_cfb64_encrypt()
|
H A D | rc2_cbc.c | 63 RC2_KEY *ks, unsigned char *iv, int encrypt) in RC2_cbc_encrypt()
|
/minix3/crypto/external/bsd/openssl/dist/crypto/rc5/ |
H A D | rc5_ecb.c | 66 RC5_32_KEY *ks, int encrypt) in RC5_32_ecb_encrypt()
|
H A D | rc5cfb64.c | 70 unsigned char *ivec, int *num, int encrypt) in RC5_32_cfb64_encrypt()
|
H A D | rc5_enc.c | 65 int encrypt) in RC5_32_cbc_encrypt()
|
/minix3/crypto/external/bsd/openssl/dist/crypto/bf/ |
H A D | bf_ecb.c | 83 const BF_KEY *key, int encrypt) in BF_ecb_encrypt()
|
H A D | bf_cbc.c | 63 const BF_KEY *schedule, unsigned char *ivec, int encrypt) in BF_cbc_encrypt()
|
H A D | bf_cfb64.c | 70 unsigned char *ivec, int *num, int encrypt) in BF_cfb64_encrypt()
|
H A D | bf_enc.c | 226 const BF_KEY *schedule, unsigned char *ivec, int encrypt) in BF_cbc_encrypt()
|
/minix3/crypto/external/bsd/openssl/dist/crypto/idea/ |
H A D | i_cfb64.c | 70 unsigned char *ivec, int *num, int encrypt) in idea_cfb64_encrypt()
|
H A D | i_cbc.c | 64 int encrypt) in idea_cbc_encrypt()
|
/minix3/crypto/external/bsd/openssl/dist/test/ |
H A D | igetest.c | 82 const int encrypt; member 127 const int encrypt; member
|
/minix3/crypto/external/bsd/netpgp/dist/src/lib/ |
H A D | symmetric.c | 674 pgp_encrypt_init(pgp_crypt_t *encrypt) in pgp_encrypt_init() 719 pgp_encrypt_se(pgp_crypt_t *encrypt, void *outvoid, const void *invoid, in pgp_encrypt_se()
|
/minix3/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | crypto.h | 115 krb5_error_code (*encrypt)(krb5_context context, member
|
/minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | evp.h | 163 int encrypt; member
|
/minix3/lib/libcrypt/ |
H A D | crypt.c | 968 encrypt(char *block, int flag) in encrypt() function
|
/minix3/crypto/external/bsd/openssl/dist/crypto/evp/ |
H A D | evp_locl.h | 318 int (*encrypt) (EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, member
|
H A D | evp.h | 431 int encrypt; /* encrypt or decrypt */ member
|
/minix3/common/dist/zlib/contrib/minizip/ |
H A D | zip.c | 132 int encrypt; member
|