/minix3/crypto/external/bsd/openssl/dist/crypto/evp/ |
H A D | evp_enc.c | 94 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit() 102 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit_ex() 279 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit() 285 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit_ex() 292 int EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit() 298 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit_ex()
|
H A D | evp_lib.c | 201 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher) in EVP_CIPHER_flags() 221 int EVP_CIPHER_iv_length(const EVP_CIPHER *cipher) in EVP_CIPHER_iv_length() 231 int EVP_CIPHER_key_length(const EVP_CIPHER *cipher) in EVP_CIPHER_key_length() 241 int EVP_CIPHER_nid(const EVP_CIPHER *cipher) in EVP_CIPHER_nid()
|
H A D | p5_crpt.c | 75 ASN1_TYPE *param, const EVP_CIPHER *cipher, in PKCS5_PBE_keyivgen()
|
H A D | evp_pbe.c | 154 const EVP_CIPHER *cipher; in EVP_PBE_CipherInit() local 247 int EVP_PBE_alg_add(int nid, const EVP_CIPHER *cipher, const EVP_MD *md, in EVP_PBE_alg_add()
|
H A D | evp_test.c | 228 static int test_cipher(const char *cipher, const unsigned char *key, int kn, in test_cipher() 348 char *cipher; in main() local
|
/minix3/crypto/external/bsd/openssl/dist/crypto/pkcs12/ |
H A D | p12_p8e.c | 64 X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, in PKCS8_encrypt()
|
H A D | p12_crpt.c | 71 ASN1_TYPE *param, const EVP_CIPHER *cipher, in PKCS12_PBE_keyivgen()
|
/minix3/crypto/external/bsd/openssl/dist/engines/ccgost/ |
H A D | gost89.c | 349 void gost_enc(gost_ctx * c, const byte * clear, byte * cipher, int blocks) in gost_enc() 360 void gost_dec(gost_ctx * c, const byte * cipher, byte * clear, int blocks) in gost_dec() 372 byte * cipher, int blocks) in gost_enc_cfb() 389 void gost_dec_cfb(gost_ctx * ctx, const byte * iv, const byte * cipher, in gost_dec_cfb()
|
H A D | gost_eng.c | 186 static int gost_ciphers(ENGINE *e, const EVP_CIPHER **cipher, in gost_ciphers()
|
/minix3/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | aes-test.c | 291 krb5_data *cipher, in krb_enc() 430 krb5_data *cipher, in krb_enc_iov() 526 krb5_data *cipher, in krb_enc_mit() 597 krb5_data cipher, plain; in krb_enc_test() local
|
/minix3/crypto/external/bsd/openssl/dist/crypto/asn1/ |
H A D | p5_pbev2.c | 198 X509_ALGOR *PKCS5_pbe2_set(const EVP_CIPHER *cipher, int iter, in PKCS5_pbe2_set()
|
/minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | rc2test.c | 48 const void *cipher; member
|
H A D | validate.c | 50 const EVP_CIPHER *(*cipher)(void); member
|
H A D | evp-hcrypto.c | 720 static const EVP_CIPHER cipher = { in EVP_hcrypto_camellia_128_cbc() local 749 static const EVP_CIPHER cipher = { in EVP_hcrypto_camellia_192_cbc() local 778 static const EVP_CIPHER cipher = { in EVP_hcrypto_camellia_256_cbc() local
|
/minix3/crypto/external/bsd/openssl/dist/apps/ |
H A D | pkey.c | 76 const EVP_CIPHER *cipher = NULL; in MAIN() local
|
H A D | pkcs8.c | 79 const EVP_CIPHER *cipher = NULL; in MAIN() local
|
H A D | genpkey.c | 83 const EVP_CIPHER *cipher = NULL; in MAIN() local
|
H A D | smime.c | 99 const EVP_CIPHER *cipher = NULL; in MAIN() local
|
/minix3/crypto/external/bsd/openssl/dist/crypto/cms/ |
H A D | cms_enc.c | 214 const EVP_CIPHER *cipher, in cms_EncryptedContent_init()
|
/minix3/crypto/external/bsd/openssl/dist/demos/ |
H A D | b64.c | 90 EVP_CIPHER *cipher = NULL, *c; local
|
/minix3/crypto/external/bsd/openssl/dist/crypto/pem/ |
H A D | pem_info.c | 230 EVP_CIPHER_INFO cipher; in STACK_OF() local
|
H A D | pem_lib.c | 274 EVP_CIPHER_INFO cipher; in PEM_bytes_read_bio() local 435 int PEM_do_header(EVP_CIPHER_INFO *cipher, unsigned char *data, long *plen, in PEM_do_header() 484 int PEM_get_EVP_CIPHER_INFO(char *header, EVP_CIPHER_INFO *cipher) in PEM_get_EVP_CIPHER_INFO()
|
/minix3/crypto/external/bsd/netpgp/dist/src/lib/ |
H A D | crypto.c | 355 const char *cipher) in pgp_encrypt_file() 400 const char *cipher) in pgp_encrypt_buf()
|
/minix3/crypto/external/bsd/openssl/dist/ssl/ |
H A D | s23_clnt.c | 263 SSL_CIPHER *cipher; in ssl23_no_ssl2_ciphers() local
|
/minix3/crypto/external/bsd/openssl/dist/crypto/cmac/ |
H A D | cmac.c | 152 const EVP_CIPHER *cipher, ENGINE *impl) in CMAC_Init()
|