Home
last modified time | relevance | path

Searched defs:encrypt (Results 1 – 17 of 17) sorted by relevance

/openssl/crypto/rc2/
H A Drc2_ecb.c29 int encrypt) in RC2_ecb_encrypt()
H A Drc2cfb64.c27 int *num, int encrypt) in RC2_cfb64_encrypt()
H A Drc2_cbc.c20 RC2_KEY *ks, unsigned char *iv, int encrypt) in RC2_cbc_encrypt()
/openssl/crypto/rc5/
H A Drc5_ecb.c21 RC5_32_KEY *ks, int encrypt) in RC5_32_ecb_encrypt()
H A Drc5cfb64.c27 unsigned char *ivec, int *num, int encrypt) in RC5_32_cfb64_encrypt()
H A Drc5_enc.c22 int encrypt) in RC5_32_cbc_encrypt()
/openssl/crypto/bf/
H A Dbf_ecb.c32 const BF_KEY *key, int encrypt) in BF_ecb_encrypt()
H A Dbf_cfb64.c27 unsigned char *ivec, int *num, int encrypt) in BF_cfb64_encrypt()
H A Dbf_enc.c109 const BF_KEY *schedule, unsigned char *ivec, int encrypt) in BF_cbc_encrypt()
/openssl/crypto/idea/
H A Di_cfb64.c28 unsigned char *ivec, int *num, int encrypt) in IDEA_cfb64_encrypt()
H A Di_cbc.c22 int encrypt) in IDEA_cbc_encrypt()
/openssl/crypto/modes/
H A Docb128.c131 block128_f encrypt, block128_f decrypt, in CRYPTO_ocb128_new()
152 block128_f encrypt, block128_f decrypt, in CRYPTO_ocb128_init()
/openssl/test/
H A Digetest.c43 const int encrypt; member
88 const int encrypt; member
/openssl/crypto/evp/
H A Devp_local.h40 int encrypt; /* encrypt or decrypt */ member
212 OSSL_FUNC_asym_cipher_encrypt_fn *encrypt; member
/openssl/providers/fips/
H A Dself_test_kats.c96 int ret = 0, encrypt = 1, len = 0, ct_len = 0, pt_len = 0; in self_test_cipher() local
/openssl/include/crypto/
H A Dmodes.h192 block128_f encrypt; member
H A Devp.h173 int (*encrypt) (EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, member

Completed in 39 milliseconds