Home
last modified time | relevance | path

Searched defs:enc (Results 26 – 50 of 161) sorted by relevance

1234567

/freebsd/crypto/openssl/crypto/des/
H A Dcfb64ede.c27 DES_cblock *ivec, int *num, int enc) in DES_ede3_cfb64_encrypt()
94 DES_cblock *ivec, int enc) in DES_ede3_cfb_encrypt()
H A Decb3_enc.c20 DES_key_schedule *ks3, int enc) in DES_ecb3_encrypt()
H A Decb_enc.c37 DES_key_schedule *ks, int enc) in DES_ecb_encrypt()
H A Dcfb64enc.c26 DES_cblock *ivec, int *num, int enc) in DES_cfb64_encrypt()
H A Dncbc_enc.c20 DES_key_schedule *_schedule, DES_cblock *ivec, int enc) in DES_cbc_encrypt()
H A Dpcbc_enc.c20 DES_cblock *ivec, int enc) in DES_pcbc_encrypt()
/freebsd/crypto/openssl/crypto/camellia/
H A Dcmll_ecb.c20 const CAMELLIA_KEY *key, const int enc) in Camellia_ecb_encrypt()
H A Dcmll_cbc.c21 unsigned char *ivec, const int enc) in Camellia_cbc_encrypt()
/freebsd/crypto/openssl/crypto/aes/
H A Daes_ecb.c22 const AES_KEY *key, const int enc) in AES_ecb_encrypt()
H A Daes_cbc.c22 unsigned char *ivec, const int enc) in AES_cbc_encrypt()
H A Daes_ige.c50 unsigned char *ivec, const int enc) in AES_ige_encrypt()
189 const int enc) in AES_bi_ige_encrypt()
/freebsd/crypto/openssl/crypto/seed/
H A Dseed_ecb.c19 const SEED_KEY_SCHEDULE *ks, int enc) in SEED_ecb_encrypt()
H A Dseed_cbc.c21 unsigned char ivec[SEED_BLOCK_SIZE], int enc) in SEED_cbc_encrypt()
H A Dseed_cfb.c22 int enc) in SEED_cfb128_encrypt()
/freebsd/crypto/openssl/crypto/cast/
H A Dc_ecb.c21 const CAST_KEY *ks, int enc) in CAST_ecb_encrypt()
H A Dc_cfb64.c27 unsigned char *ivec, int *num, int enc) in CAST_cfb64_encrypt()
/freebsd/crypto/openssl/crypto/evp/
H A De_seed.c37 const unsigned char *iv, int enc) in seed_init_key()
H A De_bf.c39 const unsigned char *iv, int enc) in bf_init_key()
H A De_cast.c41 const unsigned char *iv, int enc) in cast_init_key()
H A De_null.c40 const unsigned char *iv, int enc) in null_init_key()
H A De_rc5.c73 const unsigned char *iv, int enc) in r_32_12_16_init_key()
/freebsd/sys/net/
H A Dif_fwsubr.c86 union fw_encap *enc; in firewire_output() local
354 union fw_encap *enc; in firewire_input_fragment() local
520 union fw_encap *enc; in firewire_input() local
H A Dif_enc.h40 uint8_t enc; member
/freebsd/crypto/openssl/test/helpers/
H A Dpkcs12.c290 void end_contentinfo_encrypted(PKCS12_BUILDER *pb, const PKCS12_ENC *enc) in end_contentinfo_encrypted()
410 const PKCS12_ATTR *attrs, const PKCS12_ENC *enc) in add_keybag()
577 const PKCS12_ATTR *attrs, const PKCS12_ENC *enc) in check_keybag()
763 void start_check_contentinfo_encrypted(PKCS12_BUILDER *pb, const PKCS12_ENC *enc) in start_check_contentinfo_encrypted()
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_idea_hw.c61 #define IDEA2_ecb_encrypt(in, out, ks, enc) IDEA_ecb_encrypt(in, out, ks) argument

1234567