Lines Matching defs:cipher
83 const EVP_CIPHER *cipher, in evp_cipher_init_internal()
429 int EVP_CipherInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit_ex2()
436 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit()
444 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit_ex()
476 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit()
482 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit_ex()
489 int EVP_EncryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit_ex2()
496 int EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit()
502 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit_ex()
509 int EVP_DecryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit_ex2()
1295 int EVP_CIPHER_get_params(EVP_CIPHER *cipher, OSSL_PARAM params[]) in EVP_CIPHER_get_params()
1318 const OSSL_PARAM *EVP_CIPHER_gettable_params(const EVP_CIPHER *cipher) in EVP_CIPHER_gettable_params()
1326 const OSSL_PARAM *EVP_CIPHER_settable_ctx_params(const EVP_CIPHER *cipher) in EVP_CIPHER_settable_ctx_params()
1337 const OSSL_PARAM *EVP_CIPHER_gettable_ctx_params(const EVP_CIPHER *cipher) in EVP_CIPHER_gettable_ctx_params()
1373 const EVP_CIPHER *cipher = ctx->cipher; in EVP_CIPHER_CTX_get_libctx() local
1472 EVP_CIPHER *cipher = OPENSSL_zalloc(sizeof(EVP_CIPHER)); in evp_cipher_new() local
1521 EVP_CIPHER *cipher = NULL; in evp_cipher_from_algorithm() local
1654 static int evp_cipher_up_ref(void *cipher) in evp_cipher_up_ref()
1659 static void evp_cipher_free(void *cipher) in evp_cipher_free()
1667 EVP_CIPHER *cipher = in EVP_CIPHER_fetch() local
1675 int EVP_CIPHER_up_ref(EVP_CIPHER *cipher) in EVP_CIPHER_up_ref()
1684 void evp_cipher_free_int(EVP_CIPHER *cipher) in evp_cipher_free_int()
1692 void EVP_CIPHER_free(EVP_CIPHER *cipher) in EVP_CIPHER_free()