Searched refs:EVP_ENCODE_CTX_NO_NEWLINES (Results 1 – 3 of 3) sorted by relevance
186 if ((ctx->flags & EVP_ENCODE_CTX_NO_NEWLINES) == 0) { in EVP_EncodeUpdate()198 if ((ctx->flags & EVP_ENCODE_CTX_NO_NEWLINES) == 0) { in EVP_EncodeUpdate()223 if ((ctx->flags & EVP_ENCODE_CTX_NO_NEWLINES) == 0) in EVP_EncodeFinal()
144 evp_encode_ctx_set_flags(ctx, EVP_ENCODE_CTX_NO_NEWLINES in t_tob64()
864 #define EVP_ENCODE_CTX_NO_NEWLINES 1 macro
Completed in 12 milliseconds