Lines Matching defs:cipher

93                                     const EVP_CIPHER *cipher,  in evp_cipher_init_internal()
443 int EVP_CipherInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit_ex2()
450 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit()
458 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit_ex()
490 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit()
496 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit_ex()
503 int EVP_EncryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit_ex2()
510 int EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit()
516 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit_ex()
523 int EVP_DecryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit_ex2()
1321 int EVP_CIPHER_get_params(EVP_CIPHER *cipher, OSSL_PARAM params[]) in EVP_CIPHER_get_params()
1360 const OSSL_PARAM *EVP_CIPHER_gettable_params(const EVP_CIPHER *cipher) in EVP_CIPHER_gettable_params()
1368 const OSSL_PARAM *EVP_CIPHER_settable_ctx_params(const EVP_CIPHER *cipher) in EVP_CIPHER_settable_ctx_params()
1379 const OSSL_PARAM *EVP_CIPHER_gettable_ctx_params(const EVP_CIPHER *cipher) in EVP_CIPHER_gettable_ctx_params()
1415 const EVP_CIPHER *cipher = ctx->cipher; in EVP_CIPHER_CTX_get_libctx() local
1524 EVP_CIPHER *cipher = OPENSSL_zalloc(sizeof(EVP_CIPHER)); in evp_cipher_new() local
1569 EVP_CIPHER *cipher = NULL; in evp_cipher_from_algorithm() local
1702 static int evp_cipher_up_ref(void *cipher) in evp_cipher_up_ref()
1707 static void evp_cipher_free(void *cipher) in evp_cipher_free()
1715 EVP_CIPHER *cipher = in EVP_CIPHER_fetch() local
1723 int EVP_CIPHER_up_ref(EVP_CIPHER *cipher) in EVP_CIPHER_up_ref()
1732 void evp_cipher_free_int(EVP_CIPHER *cipher) in evp_cipher_free_int()
1740 void EVP_CIPHER_free(EVP_CIPHER *cipher) in EVP_CIPHER_free()