Lines Matching defs:cipher
50 IS_FETCHABLE(cipher, EVP_CIPHER)
96 static void collect_ciphers(EVP_CIPHER *cipher, void *stack)
100 if (is_cipher_fetchable(cipher)
101 && sk_EVP_CIPHER_push(cipher_stack, cipher) > 0)
102 EVP_CIPHER_up_ref(cipher);
1033 EVP_CIPHER *cipher;
1038 cipher = EVP_CIPHER_fetch(app_get0_libctx(), name, propq);
1040 if (cipher != NULL) {
1041 EVP_CIPHER_free(cipher);
1473 {"cipher-commands", OPT_CIPHER_COMMANDS, '-',
1474 "List of cipher commands (deprecated)"},
1476 {"cipher-algorithms", OPT_CIPHER_ALGORITHMS, '-',
1477 "List of symmetric cipher algorithms"},
1488 "List of asymmetric cipher algorithms" },