Lines Matching refs:EVP_CIPHER
19 int EVP_add_cipher(const EVP_CIPHER *c)
62 const EVP_CIPHER **cipher = data;
67 *cipher = (const EVP_CIPHER *)OBJ_NAME_get(name, OBJ_NAME_TYPE_CIPHER_METH);
70 const EVP_CIPHER *EVP_get_cipherbyname(const char *name)
75 const EVP_CIPHER *evp_get_cipherbyname_ex(OSSL_LIB_CTX *libctx,
78 const EVP_CIPHER *cp;
85 cp = (const EVP_CIPHER *)OBJ_NAME_get(name, OBJ_NAME_TYPE_CIPHER_METH);
173 void (*fn) (const EVP_CIPHER *ciph,
183 dc->fn((const EVP_CIPHER *)nm->data, nm->name, NULL, dc->arg);
186 void EVP_CIPHER_do_all(void (*fn) (const EVP_CIPHER *ciph,
200 void EVP_CIPHER_do_all_sorted(void (*fn) (const EVP_CIPHER *ciph,