Home
last modified time | relevance | path

Searched refs:EVP_CIPHER (Results 1 – 21 of 21) sorted by relevance

/apps/
A Dpkcs8.c82 EVP_CIPHER *cipher = NULL; in pkcs8_main()
163 cipher = (EVP_CIPHER *)EVP_aes_256_cbc(); in pkcs8_main()
183 cipher = (EVP_CIPHER *)EVP_aes_256_cbc(); in pkcs8_main()
224 cipher = (EVP_CIPHER *)EVP_aes_256_cbc(); in pkcs8_main()
A Dpkcs12.c44 char *pempass, const EVP_CIPHER *enc);
47 char *pempass, const EVP_CIPHER *enc);
50 int options, char *pempass, const EVP_CIPHER *enc);
190 EVP_CIPHER *default_enc = (EVP_CIPHER *)EVP_aes_256_cbc(); in pkcs12_main()
191 EVP_CIPHER *enc = (EVP_CIPHER *)default_enc; in pkcs12_main()
475 enc = (EVP_CIPHER *)EVP_des_ede3_cbc(); in pkcs12_main()
945 const EVP_CIPHER *enc) in dump_certs_keys_p12()
994 char *pempass, const EVP_CIPHER *enc) in dump_certs_pkeys_bags()
1008 char *pempass, const EVP_CIPHER *enc) in dump_certs_pkeys_bag()
A Dlist.c55 IS_FETCHABLE(cipher, EVP_CIPHER) in IS_FETCHABLE() argument
75 static void legacy_cipher_fn(const EVP_CIPHER *c, in legacy_cipher_fn()
94 DEFINE_STACK_OF(EVP_CIPHER) in DEFINE_STACK_OF() argument
95 static int cipher_cmp(const EVP_CIPHER * const *a, in DEFINE_STACK_OF()
96 const EVP_CIPHER * const *b) in DEFINE_STACK_OF()
102 static void collect_ciphers(EVP_CIPHER *cipher, void *stack) in collect_ciphers()
104 STACK_OF(EVP_CIPHER) *cipher_stack = stack; in collect_ciphers()
114 STACK_OF(EVP_CIPHER) *ciphers = sk_EVP_CIPHER_new(cipher_cmp); in list_ciphers()
132 const EVP_CIPHER *c = sk_EVP_CIPHER_value(ciphers, i); in list_ciphers()
1189 EVP_CIPHER *cipher; in is_cipher_available()
A Dskeyutl.c40 EVP_CIPHER *cipher = NULL; in skeyutl_main()
A Dgendsa.c60 EVP_CIPHER *enc = NULL; in gendsa_main()
A Dgenrsa.c84 EVP_CIPHER *enc = NULL; in genrsa_main()
A Ddsa.c82 EVP_CIPHER *enc = NULL; in dsa_main()
A Dec.c72 EVP_CIPHER *enc = NULL; in ec_main()
A Dsmime.c172 EVP_CIPHER *cipher = NULL; in smime_main()
481 cipher = (EVP_CIPHER *)EVP_aes_256_cbc(); in smime_main()
A Dpkey.c74 EVP_CIPHER *cipher = NULL; in pkey_main()
A Denc.c126 EVP_CIPHER *cipher = NULL; in enc_main()
801 const EVP_CIPHER *cipher; in show_ciphers()
A Drsa.c128 EVP_CIPHER *enc = NULL; in rsa_main()
A Dgenpkey.c116 EVP_CIPHER *cipher = NULL; in genpkey_main()
A Dspeed.c216 static void multiblock_speed(const EVP_CIPHER *evp_cipher, int lengths_single,
619 EVP_CIPHER *cipher = NULL; in have_cipher()
838 EVP_CIPHER *cipher = NULL; in init_evp_cipher_ctx()
1535 const EVP_CIPHER *ciph = EVP_CIPHER_CTX_get0_cipher(ctx); in check_block_size()
1886 EVP_CIPHER *evp_cipher = NULL; in speed_main()
3141 EVP_CIPHER *cipher = NULL; in speed_main()
5089 static void multiblock_speed(const EVP_CIPHER *evp_cipher, int lengths_single, in multiblock_speed()
A Dreq.c255 const EVP_CIPHER *cipher = NULL; in req_main()
278 cipher = (EVP_CIPHER *)EVP_aes_256_cbc(); in req_main()
A Dcms.c318 EVP_CIPHER *cipher = NULL, *wrap_cipher = NULL, *kekcipher = NULL; in cms_main()
918 cipher = (EVP_CIPHER *)EVP_aes_256_cbc(); in cms_main()
A Dcmp.c3863 EVP_CIPHER *cipher = NULL; in cmp_main()
/apps/include/
A Dopt.h409 int opt_cipher(const char *name, EVP_CIPHER **cipherp);
410 int opt_cipher_any(const char *name, EVP_CIPHER **cipherp);
411 int opt_cipher_silent(const char *name, EVP_CIPHER **cipherp);
A Dapps.h191 const EVP_CIPHER *get_cipher_from_engine(const char *name);
/apps/lib/
A Dopt.c392 int opt_cipher_silent(const char *name, EVP_CIPHER **cipherp) in opt_cipher_silent()
394 EVP_CIPHER *c; in opt_cipher_silent()
400 && (c = (EVP_CIPHER *)EVP_get_cipherbyname(name)) != NULL)) { in opt_cipher_silent()
414 int opt_cipher_any(const char *name, EVP_CIPHER **cipherp) in opt_cipher_any()
425 int opt_cipher(const char *name, EVP_CIPHER **cipherp) in opt_cipher()
429 EVP_CIPHER *c = NULL; in opt_cipher()
A Dengine.c183 const EVP_CIPHER *get_cipher_from_engine(const char *name) in get_cipher_from_engine()

Completed in 44 milliseconds