Searched refs:EVP_CIPHER (Results 1 – 21 of 21) sorted by relevance
/apps/ |
A D | pkcs8.c | 82 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 D | pkcs12.c | 44 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 D | list.c | 55 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 D | skeyutl.c | 40 EVP_CIPHER *cipher = NULL; in skeyutl_main()
|
A D | gendsa.c | 60 EVP_CIPHER *enc = NULL; in gendsa_main()
|
A D | genrsa.c | 84 EVP_CIPHER *enc = NULL; in genrsa_main()
|
A D | dsa.c | 82 EVP_CIPHER *enc = NULL; in dsa_main()
|
A D | ec.c | 72 EVP_CIPHER *enc = NULL; in ec_main()
|
A D | smime.c | 172 EVP_CIPHER *cipher = NULL; in smime_main() 481 cipher = (EVP_CIPHER *)EVP_aes_256_cbc(); in smime_main()
|
A D | pkey.c | 74 EVP_CIPHER *cipher = NULL; in pkey_main()
|
A D | enc.c | 126 EVP_CIPHER *cipher = NULL; in enc_main() 801 const EVP_CIPHER *cipher; in show_ciphers()
|
A D | rsa.c | 128 EVP_CIPHER *enc = NULL; in rsa_main()
|
A D | genpkey.c | 116 EVP_CIPHER *cipher = NULL; in genpkey_main()
|
A D | speed.c | 216 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 D | req.c | 255 const EVP_CIPHER *cipher = NULL; in req_main() 278 cipher = (EVP_CIPHER *)EVP_aes_256_cbc(); in req_main()
|
A D | cms.c | 318 EVP_CIPHER *cipher = NULL, *wrap_cipher = NULL, *kekcipher = NULL; in cms_main() 918 cipher = (EVP_CIPHER *)EVP_aes_256_cbc(); in cms_main()
|
A D | cmp.c | 3863 EVP_CIPHER *cipher = NULL; in cmp_main()
|
/apps/include/ |
A D | opt.h | 409 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 D | apps.h | 191 const EVP_CIPHER *get_cipher_from_engine(const char *name);
|
/apps/lib/ |
A D | opt.c | 392 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 D | engine.c | 183 const EVP_CIPHER *get_cipher_from_engine(const char *name) in get_cipher_from_engine()
|
Completed in 44 milliseconds